8 references to CurrentPrefix
System.Workflow.Activities (8)
Rules\Design\Dialogs\IntellisenseTextBox.cs (8)
125
&&
CurrentPrefix
.Length == 0
137
UpdateAutoCompleteSelection(
CurrentPrefix
+ c);
159
UpdateIntellisenceDropDown(this.Text.Substring(0, selectionStart -
CurrentPrefix
.Length));
161
UpdateAutoCompleteSelection(
CurrentPrefix
);
176
if (
CurrentPrefix
.Length <= 1)
182
UpdateAutoCompleteSelection(
CurrentPrefix
.Substring(0,
CurrentPrefix
.Length - 1));
317
int prefixEnd = selectionStart -
CurrentPrefix
.Length;