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