1 write to toolTip
System.Workflow.Activities (1)
Rules\Design\Dialogs\IntellisenseTextBox.Designer.cs (1)
34this.toolTip = new System.Windows.Forms.ToolTip(this.components);
6 references to toolTip
System.Workflow.Activities (6)
Rules\Design\Dialogs\IntellisenseTextBox.cs (4)
154this.toolTip.Hide(this); 245this.toolTip.Hide(this); 417this.toolTip.Hide(this); 559this.toolTip.Show(toolTipText.ToString(), this, clientPoint);
Rules\Design\Dialogs\IntellisenseTextBox.Designer.cs (2)
60this.toolTip.AutomaticDelay = 0; 61this.toolTip.UseAnimation = false;