Priority
Normal
Type
Bug 
State
Fixed 
Assignee
Alexander Zverev 
Subsystem
No subsystem 
Affected versions
Fixed in
Fixed in build
Next build 
Fixed in build
918
  • Submitted by   Sergey Coox
    2 years ago (09 May 2007 16:58)
  • Updated by Sergey Coox
    18 months ago (05 Aug 2008 14:59)
  • Jira: RSRP-40215
    (history, comments)

RSRP-40215

Implement member quickfix bug

0
internal interface IXamlCodeCompletionContext
{
bool IsAvailable { get; }
TextRange PrefixRange { get; } // invoke here
IList<ILookupItem> EvaluateLookupItems();
}

internal class XamlCodeCompletionContext<T> : IXamlCodeCompletionContext, IElementPointerFactory where T : class, ICompleteableReference {}

Issue was closed
Comments (0)
 
History (0)
 
Links
 
Issue has no comments