6 references to PopulateToolTipList
System.Workflow.Activities (6)
Rules\Design\Dialogs\IntellisenseTextBox.cs (2)
505
if (this.
PopulateToolTipList
!= null)
507
this.
PopulateToolTipList
(this, autoCompletionEventArgs);
Rules\Design\Dialogs\RuleConditionDialog.cs (1)
96
this.conditionTextBox.
PopulateToolTipList
+= new EventHandler<AutoCompletionEventArgs>(ConditionTextBox_PopulateAutoCompleteList);
Rules\Design\Dialogs\RuleSetDialog.cs (3)
90
this.conditionTextBox.
PopulateToolTipList
+= new EventHandler<AutoCompletionEventArgs>(PopulateAutoCompleteList);
91
this.thenTextBox.
PopulateToolTipList
+= new EventHandler<AutoCompletionEventArgs>(PopulateAutoCompleteList);
92
this.elseTextBox.
PopulateToolTipList
+= new EventHandler<AutoCompletionEventArgs>(PopulateAutoCompleteList);