10 references to ToolTip
System.Windows.Forms.Tests (2)
System\Windows\Forms\ToolTipTests.cs (2)
76
Assert.Throws<ArgumentNullException>("cont", () => new
ToolTip
(null));
911
public SubToolTip(IContainer cont) :
base
(cont)
WinFormsControlsTest (8)
Buttons.Designer.cs (1)
35
this.toolTip1 = new System.Windows.Forms.
ToolTip
(this.components);
ComboBoxesWithScrollBars.Designer.cs (1)
57
this.toolTip1 = new System.Windows.Forms.
ToolTip
(this.components);
ToolTipTests.Designer.cs (6)
35
this.delaysNotSetToolTip = new System.Windows.Forms.
ToolTip
(this.components);
40
this.automaticDelayToolTip = new System.Windows.Forms.
ToolTip
(this.components);
41
this.autoPopDelayToolTip = new System.Windows.Forms.
ToolTip
(this.components);
42
this.defaultAutoPopDelayToolTip = new System.Windows.Forms.
ToolTip
(this.components);
43
this.defaultAutomaticDelayToolTip = new System.Windows.Forms.
ToolTip
(this.components);
44
this.initialDelayToolTip = new System.Windows.Forms.
ToolTip
(this.components);