6 references to PopulateAutoCompleteList
System.Workflow.Activities (6)
Rules\Design\Dialogs\RuleSetDialog.cs (6)
86
this.conditionTextBox.PopulateAutoCompleteList += new EventHandler<AutoCompletionEventArgs>(
PopulateAutoCompleteList
);
87
this.thenTextBox.PopulateAutoCompleteList += new EventHandler<AutoCompletionEventArgs>(
PopulateAutoCompleteList
);
88
this.elseTextBox.PopulateAutoCompleteList += new EventHandler<AutoCompletionEventArgs>(
PopulateAutoCompleteList
);
90
this.conditionTextBox.PopulateToolTipList += new EventHandler<AutoCompletionEventArgs>(
PopulateAutoCompleteList
);
91
this.thenTextBox.PopulateToolTipList += new EventHandler<AutoCompletionEventArgs>(
PopulateAutoCompleteList
);
92
this.elseTextBox.PopulateToolTipList += new EventHandler<AutoCompletionEventArgs>(
PopulateAutoCompleteList
);