1 type derived from ToolTip
System.Windows.Forms.Tests (1)
System\Windows\Forms\ToolTipTests.cs (1)
907private class SubToolTip : ToolTip
95 instantiations of ToolTip
PresentationUI (1)
MS\Internal\Documents\DialogBaseForm.cs (1)
32_toolTip = new ToolTip
System.Windows.Forms (8)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
111_textToolTip ??= new ToolTip();
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
2954new ToolTip
System\Windows\Forms\Controls\DataGridView\DataGridView.ToolTip.cs (1)
31ToolTip ??= new ToolTip
System\Windows\Forms\Controls\Labels\Label.cs (1)
152_textToolTip ??= new ToolTip();
System\Windows\Forms\Controls\ListView\ListView.cs (1)
592internal ToolTip KeyboardToolTip { get; } = new();
System\Windows\Forms\Controls\TabControl\TabPage.cs (1)
29private readonly ToolTip _internalToolTip = new();
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
1679toolTip = Properties.AddValue(s_propToolTip, new ToolTip());
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
823internal ToolTip KeyboardToolTip { get; } = new();
System.Windows.Forms.Design (2)
System\ComponentModel\Design\DesignerActionPanel.cs (1)
60_toolTip = new ToolTip();
System\Windows\Forms\Design\InheritanceUI.cs (1)
49_toolTip ??= new ToolTip
System.Windows.Forms.Tests (76)
KeyboardTooltipStateMachineTests.cs (3)
15using ToolTip toolTip = new(); 59using ToolTip toolTip = new(); 91using ToolTip toolTip = new();
System\Windows\Forms\LabelTests.cs (1)
228using ToolTip toolTip = new();
System\Windows\Forms\ListViewItem.IKeyboardToolTipTests.cs (1)
87using ToolTip toolTip = new();
System\Windows\Forms\ListViewTests.cs (3)
4840ToolTip toolTip = useKeyboardToolTip ? listView.KeyboardToolTip : new ToolTip(); 4853ToolTip toolTip = new(); 5119using ToolTip toolTip = new();
System\Windows\Forms\TabControlTests.cs (1)
5692using ToolTip toolTip = new();
System\Windows\Forms\TabPageTests.cs (13)
4908using ToolTip toolTip = new(); 4919using ToolTip toolTip = new(); 4936using ToolTip toolTip = new(); 5015using ToolTip toolTip = new(); 5072? new ToolTip() // TabPage's SetToolTip will clear the internal toolTip because external one is set 5103using ToolTip toolTip1 = new(); 5104using ToolTip toolTip2 = new(); 5134? new ToolTip() // TabPage's RemoveToolTip will clear the internal toolTip because external one is set 5163using ToolTip toolTip1 = new(); 5164using ToolTip toolTip2 = new(); 5190using ToolTip toolTip1 = new(); 5191using ToolTip toolTip2 = new(); 5192using ToolTip toolTip3 = new();
System\Windows\Forms\ToolTipTests.cs (49)
78Assert.Throws<ArgumentNullException>("cont", () => new ToolTip(null)); 104using ToolTip toolTip = new() 128using ToolTip toolTip = new() 159using ToolTip toolTip = new() 185using ToolTip toolTip = new(); 229using ToolTip toolTip = new(); 242using ToolTip toolTip = new() 262using ToolTip toolTip = new(); 276using ToolTip toolTip = new(); 284using ToolTip toolTip = new() 300using ToolTip toolTip = new(); 323using ToolTip toolTip = new(); 340using ToolTip toolTip = new() 354using ToolTip toolTip = new(); 367using ToolTip toolTip = new() 387using ToolTip toolTip = new(); 401using ToolTip toolTip = new(); 409using ToolTip toolTip = new() 428using ToolTip toolTip = new() 452using ToolTip toolTip = new() 472using ToolTip toolTip = new(); 486using ToolTip toolTip = new(); 494using ToolTip toolTip = new() 513using ToolTip toolTip = new() 532using ToolTip toolTip = new() 547using ToolTip toolTip = new() 562using ToolTip toolTip = new(); 570using ToolTip toolTip = new() 585using ToolTip toolTip = new() 604using ToolTip toolTip = new() 623yield return new object[] { new ToolTip(), false }; 631using ToolTip toolTip = new(); 645using ToolTip toolTip = new(); 653using ToolTip toolTip = new(); 665using ToolTip toolTip = new(); 674using ToolTip toolTip = new(); 692using ToolTip toolTip = new() 714using ToolTip toolTip = new(); 722using ToolTip toolTip = new(); 731using ToolTip toolTip = new(); 750using ToolTip toolTip = new(); 759using ToolTip toolTip = new(); 767using ToolTip toolTip = new(); 775using ToolTip toolTip = new(); 783using ToolTip toolTip = new(); 790using ToolTip toolTip = new(); 804using ToolTip toolTip = new(); 839using ToolTip toolTip = new(); 880using ToolTip toolTip = new();
System\Windows\Forms\TreeNode.IKeyboardToolTipTests.cs (1)
83using ToolTip toolTip = new();
System\Windows\Forms\TreeViewTests.cs (3)
6628ToolTip toolTip = useKeyboardToolTip ? treeView.KeyboardToolTip : new ToolTip(); 6641ToolTip toolTip = new(); 6814using ToolTip toolTip = new();
System\Windows\Forms\UpDownBaseTests.cs (1)
3020using ToolTip toolTip = new();
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);
252 references to ToolTip
PresentationUI (1)
MS\Internal\Documents\DialogBaseForm.cs (1)
185protected ToolTip _toolTip;
System.Windows.Forms (116)
System\Windows\Forms\Control.cs (9)
2685internal virtual void RemoveToolTip(ToolTip toolTip) 5226private protected virtual string? GetCaptionForTool(ToolTip toolTip) => 10259internal virtual void SetToolTip(ToolTip toolTip) 12730void IKeyboardToolTip.OnHooked(ToolTip toolTip) => OnKeyboardToolTipHook(toolTip); 12732void IKeyboardToolTip.OnUnhooked(ToolTip toolTip) => OnKeyboardToolTipUnhook(toolTip); 12734string? IKeyboardToolTip.GetCaptionForTool(ToolTip toolTip) => GetCaptionForTool(toolTip); 12775internal virtual void OnKeyboardToolTipHook(ToolTip toolTip) 12779internal virtual void OnKeyboardToolTipUnhook(ToolTip toolTip) 12823internal virtual ToolInfoWrapper<Control> GetToolInfoWrapper(TOOLTIP_FLAGS flags, string? caption, ToolTip tooltip)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
40private ToolTip? _textToolTip;
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (2)
2946internal ToolTip KeyboardToolTip 2950if (!Properties.TryGetValue(s_propToolTip, out ToolTip? toolTip))
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (2)
3276internal bool CancelToolTipPopup(ToolTip toolTip) 5582if (Properties.TryGetValue(s_propToolTip, out ToolTip? keyboardToolTip))
System\Windows\Forms\Controls\DataGridView\DataGridView.ToolTip.cs (1)
19public ToolTip? ToolTip { get; private set; }
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (6)
295/// <see cref="ToolTip.GetOptimalToolTipPosition"/> method. The optimal tooltip position is the position 341void IKeyboardToolTip.OnHooked(ToolTip toolTip) => OnKeyboardToolTipHook(toolTip); 343internal virtual void OnKeyboardToolTipHook(ToolTip toolTip) { } 345void IKeyboardToolTip.OnUnhooked(ToolTip toolTip) => OnKeyboardToolTipUnhook(toolTip); 347internal virtual void OnKeyboardToolTipUnhook(ToolTip toolTip) { } 349string? IKeyboardToolTip.GetCaptionForTool(ToolTip toolTip)
System\Windows\Forms\Controls\Labels\Label.cs (2)
52private ToolTip? _textToolTip; 1408internal override void SetToolTip(ToolTip toolTip)
System\Windows\Forms\Controls\ListView\ListView.cs (3)
592internal ToolTip KeyboardToolTip { get; } = new(); 3507internal override unsafe ToolInfoWrapper<Control> GetToolInfoWrapper(TOOLTIP_FLAGS flags, string? caption, ToolTip tooltip) 5366internal override void SetToolTip(ToolTip toolTip)
System\Windows\Forms\Controls\ListView\ListViewItem.IKeyboardToolTip.cs (5)
18string IKeyboardToolTip.GetCaptionForTool(ToolTip toolTip) => ToolTipText; 72void IKeyboardToolTip.OnHooked(ToolTip toolTip) => OnKeyboardToolTipHook(toolTip); 74void IKeyboardToolTip.OnUnhooked(ToolTip toolTip) => OnKeyboardToolTipUnhook(toolTip); 78internal virtual void OnKeyboardToolTipHook(ToolTip toolTip) { } 80internal virtual void OnKeyboardToolTipUnhook(ToolTip toolTip) { }
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
1624internal override void SetToolTip(ToolTip toolTip)
System\Windows\Forms\Controls\TabControl\TabPage.cs (6)
27private List<ToolTip>? _associatedToolTips; 28private ToolTip? _externalToolTip; 29private readonly ToolTip _internalToolTip = new(); 146private protected override string? GetCaptionForTool(ToolTip toolTip) 652internal override void RemoveToolTip(ToolTip toolTip) 689internal override void SetToolTip(ToolTip toolTip)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (4)
1622ToolTip internalToolTip = ToolTip; 1673internal ToolTip ToolTip 1677if (!Properties.TryGetValue(s_propToolTip, out ToolTip? toolTip)) 1902if (Properties.TryGetValue(s_propToolTip, out ToolTip? toolTip))
System\Windows\Forms\Controls\ToolStrips\ToolStripControlHost.cs (2)
873internal override void OnKeyboardToolTipHook(ToolTip toolTip) 880internal override void OnKeyboardToolTipUnhook(ToolTip toolTip)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownItem.cs (3)
21private ToolTip? _hookedKeyboardTooltip; 740internal override void OnKeyboardToolTipHook(ToolTip toolTip) 750internal override void OnKeyboardToolTipUnhook(ToolTip toolTip)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (5)
3605void IKeyboardToolTip.OnHooked(ToolTip toolTip) => OnKeyboardToolTipHook(toolTip); 3607void IKeyboardToolTip.OnUnhooked(ToolTip toolTip) => OnKeyboardToolTipUnhook(toolTip); 3609string? IKeyboardToolTip.GetCaptionForTool(ToolTip toolTip) => ToolTipText; 3617internal virtual void OnKeyboardToolTipHook(ToolTip toolTip) 3621internal virtual void OnKeyboardToolTipUnhook(ToolTip toolTip)
System\Windows\Forms\Controls\TreeView\TreeNode.IKeyboardToolTip.cs (5)
16string IKeyboardToolTip.GetCaptionForTool(ToolTip toolTip) => ToolTipText; 47void IKeyboardToolTip.OnHooked(ToolTip toolTip) => OnKeyboardToolTipHook(toolTip); 49void IKeyboardToolTip.OnUnhooked(ToolTip toolTip) => OnKeyboardToolTipUnhook(toolTip); 55internal virtual void OnKeyboardToolTipHook(ToolTip toolTip) { } 57internal virtual void OnKeyboardToolTipUnhook(ToolTip toolTip) { }
System\Windows\Forms\Controls\TreeView\TreeView.cs (3)
823internal ToolTip KeyboardToolTip { get; } = new(); 1617internal override void SetToolTip(ToolTip toolTip) 2900internal override unsafe ToolInfoWrapper<Control> GetToolInfoWrapper(TOOLTIP_FLAGS flags, string? caption, ToolTip tooltip)
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (2)
979internal override void SetToolTip(ToolTip toolTip) 991internal override void RemoveToolTip(ToolTip toolTip)
System\Windows\Forms\ToolTip\IKeyboardToolTip.cs (3)
51void OnHooked(ToolTip toolTip); 56void OnUnhooked(ToolTip toolTip); 61string? GetCaptionForTool(ToolTip toolTip);
System\Windows\Forms\ToolTip\KeyboardToolTipStateMachine.cs (17)
7/// Implements keyboard ToolTips for controls with a <see cref="ToolTip"/> set on them. 55private SmState Transition(IKeyboardToolTip tool, ToolTip tooltip, SmEvent @event) 80public void ResetStateMachine(ToolTip toolTip) 85public void Hook(IKeyboardToolTip tool, ToolTip toolTip) 131public void Unhook(IKeyboardToolTip tool, ToolTip toolTip) 140public void NotifyAboutFormDeactivation(ToolTip sender) 158private SmState HideAndStartWaitingForRefocus(IKeyboardToolTip tool, ToolTip toolTip) 184private SmState SetupReshowTimer(IKeyboardToolTip tool, ToolTip toolTip) 193private SmState ShowToolTip(IKeyboardToolTip tool, ToolTip toolTip) 221private SmState SetupInitShowTimer(IKeyboardToolTip tool, ToolTip toolTip) 255ToolTip? toolTip = _toolToTip[source]; 288ToolTip? currentToolTip = _toolToTip[_currentTool]; 303ToolTip? currentToolTip = _toolToTip[_currentTool]; 318private void Reset(ToolTip? toolTipToReset) 328private void StartTracking(IKeyboardToolTip tool, ToolTip toolTip) 333private void StopTracking(IKeyboardToolTip tool, ToolTip toolTip) 338private void OnFormDeactivation(ToolTip sender)
System\Windows\Forms\ToolTip\KeyboardToolTipStateMachine.ToolToTipDictionary.cs (9)
12private readonly ConditionalWeakTable<IKeyboardToolTip, WeakReference<ToolTip?>> _table = []; 14public ToolTip? this[IKeyboardToolTip tool] 18ToolTip? toolTip = null; 19if (_table.TryGetValue(tool, out WeakReference<ToolTip?>? toolTipReference)) 32if (_table.TryGetValue(tool, out WeakReference<ToolTip?>? toolTipReference)) 38_table.Add(tool, new WeakReference<ToolTip?>(value)); 43public void Remove(IKeyboardToolTip tool, ToolTip toolTip) 45if (_table.TryGetValue(tool, out WeakReference<ToolTip?>? toolTipReference)) 47if (toolTipReference.TryGetTarget(out ToolTip? existingToolTip))
System\Windows\Forms\ToolTip\ToolTip.cs (23)
13[ProvideProperty(nameof(ToolTip), typeof(Control))] 74/// Initializes a new instance of the <see cref="ToolTip"/> class, given the container. 87/// Initializes a new instance of the <see cref="ToolTip"/> class in its default state. 101/// Gets or sets a value indicating whether the <see cref="ToolTip"/> control is currently active. 133/// Gets or sets the time (in milliseconds) that passes before the <see cref="ToolTip"/> appears. 155/// Gets or sets the initial delay for the <see cref="ToolTip"/> control. 171/// Gets or sets the BackColor for the <see cref="ToolTip"/> control. 235/// Gets or sets the ForeColor for the <see cref="ToolTip"/> control. 280/// Gets or sets the IsBalloon for the <see cref="ToolTip"/> control. 326/// Gets or sets the initial delay for the <see cref="ToolTip"/> control. 367/// Gets or sets a value indicating whether the <see cref="ToolTip"/> appears even when its 920/// Disposes of the <see cref="ToolTip"/> component. 1006/// Retrieves the <see cref="ToolTip"/> text associated with the specified control. 1143/// Removes all of the tooltips currently associated with the <see cref="ToolTip"/> control. 1203/// Associates <see cref="ToolTip"/> text with the specified control. 1212/// Associates <see cref="ToolTip"/> text with the specified information 1373/// Associates <see cref="ToolTip"/> with the specified control and displays it. 1385/// Associates <see cref="ToolTip"/> with the specified control and displays it for the 1400/// Associates <see cref="ToolTip"/> with the specified control and displays it. 1419/// Associates <see cref="ToolTip"/> with the specified control and displays it. 1439/// Associates <see cref="ToolTip"/> with the specified control and displays it. 1456/// Associates <see cref="ToolTip"/> with the specified control and displays it. 1718/// Hides <see cref="ToolTip"/> with the specified control.
System\Windows\Forms\ToolTip\ToolTip.ToolTipNativeWindow.cs (2)
10private readonly ToolTip _toolTip; 12internal ToolTipNativeWindow(ToolTip toolTip)
System.Windows.Forms.Design (12)
System\ComponentModel\Design\DesignerActionPanel.CheckBoxPropertyLine.cs (1)
51protected override void OnPropertyTaskItemUpdated(ToolTip toolTip, ref int currentTabIndex)
System\ComponentModel\Design\DesignerActionPanel.cs (1)
39private readonly ToolTip _toolTip;
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.cs (1)
226protected override void OnPropertyTaskItemUpdated(ToolTip toolTip, ref int currentTabIndex)
System\ComponentModel\Design\DesignerActionPanel.Line.cs (1)
60internal abstract void UpdateActionItem(LineInfo lineInfo, ToolTip toolTip, ref int currentTabIndex);
System\ComponentModel\Design\DesignerActionPanel.MethodLine.cs (1)
84internal override void UpdateActionItem(LineInfo lineInfo, ToolTip toolTip, ref int currentTabIndex)
System\ComponentModel\Design\DesignerActionPanel.PanelHeaderLine.cs (1)
109internal override void UpdateActionItem(LineInfo lineInfo, ToolTip toolTip, ref int currentTabIndex)
System\ComponentModel\Design\DesignerActionPanel.PropertyLine.cs (2)
33protected abstract void OnPropertyTaskItemUpdated(ToolTip toolTip, ref int currentTabIndex); 93internal sealed override void UpdateActionItem(LineInfo lineInfo, ToolTip toolTip, ref int currentTabIndex)
System\ComponentModel\Design\DesignerActionPanel.SeparatorLine.cs (1)
32internal override void UpdateActionItem(LineInfo lineInfo, ToolTip toolTip, ref int currentTabIndex)
System\ComponentModel\Design\DesignerActionPanel.TextBoxPropertyLine.cs (1)
125protected override void OnPropertyTaskItemUpdated(ToolTip toolTip, ref int currentTabIndex)
System\ComponentModel\Design\DesignerActionPanel.TextLine.cs (1)
63internal override void UpdateActionItem(LineInfo lineInfo, ToolTip toolTip, ref int currentTabIndex)
System\Windows\Forms\Design\InheritanceUI.cs (1)
16private ToolTip? _toolTip;
System.Windows.Forms.Design.Tests (10)
EnsureEditorsTests.cs (1)
165[InlineData(typeof(ToolTip), "GetToolTip", typeof(MultilineStringEditor))]
System\Windows\Forms\Design\InheritanceUITests.cs (9)
60ToolTip toolTip = _inheritanceUI.TestAccessor().Dynamic._toolTip; 85ToolTip toolTip = _inheritanceUI.TestAccessor().Dynamic._toolTip; 107ToolTip toolTip = _inheritanceUI.TestAccessor().Dynamic._toolTip; 109toolTip.Should().NotBeNull().And.BeOfType<ToolTip>(); 119ToolTip toolTip = _inheritanceUI.TestAccessor().Dynamic._toolTip; 121toolTip.Should().NotBeNull().And.BeOfType<ToolTip>(); 136Mock<ToolTip> mockToolTip = new(); 153ToolTip toolTip = _inheritanceUI.TestAccessor().Dynamic._toolTip; 155toolTip.Should().NotBeNull().And.BeOfType<ToolTip>();
System.Windows.Forms.Tests (105)
KeyboardTooltipStateMachineTests.cs (3)
15using ToolTip toolTip = new(); 59using ToolTip toolTip = new(); 91using ToolTip toolTip = new();
System\Windows\Forms\DataGridViewTests.cs (1)
4082ToolTip toolTip = dataGridView.KeyboardToolTip;
System\Windows\Forms\LabelTests.cs (1)
228using ToolTip toolTip = new();
System\Windows\Forms\ListViewItem.IKeyboardToolTipTests.cs (1)
87using ToolTip toolTip = new();
System\Windows\Forms\ListViewTests.cs (3)
4840ToolTip toolTip = useKeyboardToolTip ? listView.KeyboardToolTip : new ToolTip(); 4853ToolTip toolTip = new(); 5119using ToolTip toolTip = new();
System\Windows\Forms\TabControlTests.cs (1)
5692using ToolTip toolTip = new();
System\Windows\Forms\TabPageTests.cs (30)
4908using ToolTip toolTip = new(); 4919using ToolTip toolTip = new(); 4936using ToolTip toolTip = new(); 5005ToolTip internalToolTip = control.TestAccessor().Dynamic._internalToolTip; 5015using ToolTip toolTip = new(); 5023ToolTip internalToolTip = control.TestAccessor().Dynamic._internalToolTip; 5062ToolTip internalToolTip = tabPageDynamic._internalToolTip; 5063ToolTip externalToolTip = tabPageDynamic._externalToolTip; 5064List<ToolTip> associatedToolTips = tabPageDynamic._associatedToolTips; 5071using ToolTip toolTip = createToolTip 5094ToolTip internalToolTip = tabPageDynamic._internalToolTip; 5095ToolTip externalToolTip = tabPageDynamic._externalToolTip; 5096List<ToolTip> associatedToolTips = tabPageDynamic._associatedToolTips; 5103using ToolTip toolTip1 = new(); 5104using ToolTip toolTip2 = new(); 5130ToolTip internalToolTip = tabPageDynamic._internalToolTip; 5131ToolTip externalToolTip = tabPageDynamic._externalToolTip; 5133using ToolTip toolTip = createToolTip 5145List<ToolTip> associatedToolTips = tabPageDynamic._associatedToolTips; 5161ToolTip internalToolTip = tabPageDynamic._internalToolTip; 5163using ToolTip toolTip1 = new(); 5164using ToolTip toolTip2 = new(); 5172List<ToolTip> associatedToolTips = tabPageDynamic._associatedToolTips; 5173ToolTip externalToolTip = tabPageDynamic._externalToolTip; 5187ToolTip internalToolTip = tabPageDynamic._internalToolTip; 5188ToolTip externalToolTip = tabPageDynamic._externalToolTip; 5190using ToolTip toolTip1 = new(); 5191using ToolTip toolTip2 = new(); 5192using ToolTip toolTip3 = new(); 5201List<ToolTip> associatedToolTips = tabPageDynamic._associatedToolTips;
System\Windows\Forms\ToolTipTests.cs (60)
104using ToolTip toolTip = new() 128using ToolTip toolTip = new() 159using ToolTip toolTip = new() 185using ToolTip toolTip = new(); 187var properties = TypeDescriptor.GetProperties(typeof(ToolTip)); 188PropertyDescriptor automaticProperty = properties[nameof(ToolTip.AutomaticDelay)]; 189PropertyDescriptor initialProperty = properties[nameof(ToolTip.InitialDelay)]; 190PropertyDescriptor reshowProperty = properties[nameof(ToolTip.ReshowDelay)]; 191PropertyDescriptor autoPopProperty = properties[nameof(ToolTip.AutoPopDelay)]; 229using ToolTip toolTip = new(); 242using ToolTip toolTip = new() 262using ToolTip toolTip = new(); 263PropertyDescriptor property = TypeDescriptor.GetProperties(typeof(ToolTip))[nameof(ToolTip.AutoPopDelay)]; 276using ToolTip toolTip = new(); 284using ToolTip toolTip = new() 300using ToolTip toolTip = new(); 323using ToolTip toolTip = new(); 340using ToolTip toolTip = new() 354using ToolTip toolTip = new(); 367using ToolTip toolTip = new() 387using ToolTip toolTip = new(); 388PropertyDescriptor property = TypeDescriptor.GetProperties(typeof(ToolTip))[nameof(ToolTip.InitialDelay)]; 401using ToolTip toolTip = new(); 409using ToolTip toolTip = new() 428using ToolTip toolTip = new() 452using ToolTip toolTip = new() 472using ToolTip toolTip = new(); 473PropertyDescriptor property = TypeDescriptor.GetProperties(typeof(ToolTip))[nameof(ToolTip.ReshowDelay)]; 486using ToolTip toolTip = new(); 494using ToolTip toolTip = new() 513using ToolTip toolTip = new() 532using ToolTip toolTip = new() 547using ToolTip toolTip = new() 562using ToolTip toolTip = new(); 570using ToolTip toolTip = new() 585using ToolTip toolTip = new() 604using ToolTip toolTip = new() 631using ToolTip toolTip = new(); 645using ToolTip toolTip = new(); 653using ToolTip toolTip = new(); 665using ToolTip toolTip = new(); 674using ToolTip toolTip = new(); 692using ToolTip toolTip = new() 714using ToolTip toolTip = new(); 722using ToolTip toolTip = new(); 731using ToolTip toolTip = new(); 750using ToolTip toolTip = new(); 759using ToolTip toolTip = new(); 767using ToolTip toolTip = new(); 775using ToolTip toolTip = new(); 783using ToolTip toolTip = new(); 790using ToolTip toolTip = new(); 804using ToolTip toolTip = new(); 839using ToolTip toolTip = new(); 880using ToolTip toolTip = new(); 931internal override void SetToolTip(ToolTip toolTip) 937internal override void RemoveToolTip(ToolTip toolTip)
System\Windows\Forms\TreeNode.IKeyboardToolTipTests.cs (1)
83using ToolTip toolTip = new();
System\Windows\Forms\TreeViewTests.cs (3)
6628ToolTip toolTip = useKeyboardToolTip ? treeView.KeyboardToolTip : new ToolTip(); 6641ToolTip toolTip = new(); 6814using ToolTip toolTip = new();
System\Windows\Forms\UpDownBaseTests.cs (1)
3020using ToolTip toolTip = new();
WinFormsControlsTest (8)
Buttons.Designer.cs (1)
54private System.Windows.Forms.ToolTip toolTip1;
ComboBoxesWithScrollBars.Designer.cs (1)
401private System.Windows.Forms.ToolTip toolTip1;
ToolTipTests.Designer.cs (6)
180private System.Windows.Forms.ToolTip automaticDelayToolTip; 181private System.Windows.Forms.ToolTip autoPopDelayToolTip; 182private System.Windows.Forms.ToolTip defaultAutomaticDelayToolTip; 183private System.Windows.Forms.ToolTip defaultAutoPopDelayToolTip; 184private System.Windows.Forms.ToolTip delaysNotSetToolTip; 185private System.Windows.Forms.ToolTip initialDelayToolTip;