6 references to PopulateAutoCompleteList
System.Workflow.Activities (6)
Rules\Design\Dialogs\IntellisenseTextBox.cs (2)
463
if (this.
PopulateAutoCompleteList
!= null)
464
this.
PopulateAutoCompleteList
(this, autoCompletionEventArgs);
Rules\Design\Dialogs\RuleConditionDialog.cs (1)
95
this.conditionTextBox.
PopulateAutoCompleteList
+= new EventHandler<AutoCompletionEventArgs>(ConditionTextBox_PopulateAutoCompleteList);
Rules\Design\Dialogs\RuleSetDialog.cs (3)
86
this.conditionTextBox.
PopulateAutoCompleteList
+= new EventHandler<AutoCompletionEventArgs>(PopulateAutoCompleteList);
87
this.thenTextBox.
PopulateAutoCompleteList
+= new EventHandler<AutoCompletionEventArgs>(PopulateAutoCompleteList);
88
this.elseTextBox.
PopulateAutoCompleteList
+= new EventHandler<AutoCompletionEventArgs>(PopulateAutoCompleteList);