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