Property | Type | Description |
---|
Method | Description | |
---|---|---|
Accept ( ITextControl textControl, TextRange nameRange, LookupItemInsertType lookupItemInsertType, Suffix suffix, ISolution solution, bool keepCaretStill ) : void | ||
AcceptIfOnlyMatched ( LookupItemAcceptanceContext itemAcceptanceContext ) : bool | ||
CreateCandidates ( ) : IEnumerable |
||
GetDescription ( ) : RichTextBlock | ||
GetVisualReplaceRange ( ITextControl textControl, TextRange nameRange ) : TextRange | ||
Match ( PrefixMatcher prefixMatcher, ITextControl textControl ) : MatchingResult | ||
Shrink ( ) : bool | ||
Unshrink ( ) : void | ||
WrappedDynamicLookupItem ( ILookupItem item ) : System.Collections.Generic |
public Accept ( ITextControl textControl, TextRange nameRange, LookupItemInsertType lookupItemInsertType, Suffix suffix, ISolution solution, bool keepCaretStill ) : void | ||
textControl | ITextControl | |
nameRange | TextRange | |
lookupItemInsertType | LookupItemInsertType | |
suffix | Suffix | |
solution | ISolution | |
keepCaretStill | bool | |
return | void |
public AcceptIfOnlyMatched ( LookupItemAcceptanceContext itemAcceptanceContext ) : bool | ||
itemAcceptanceContext | LookupItemAcceptanceContext | |
return | bool |
public GetVisualReplaceRange ( ITextControl textControl, TextRange nameRange ) : TextRange | ||
textControl | ITextControl | |
nameRange | TextRange | |
return | TextRange |
public Match ( PrefixMatcher prefixMatcher, ITextControl textControl ) : MatchingResult | ||
prefixMatcher | PrefixMatcher | |
textControl | ITextControl | |
return | MatchingResult |
public WrappedDynamicLookupItem ( ILookupItem item ) : System.Collections.Generic | ||
item | ILookupItem | |
return | System.Collections.Generic |