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