1 type derived from ToolTip
System.Windows.Forms.Tests (1)
System\Windows\Forms\ToolTipTests.cs (1)
905private class SubToolTip : ToolTip
95 instantiations of ToolTip
PresentationUI (1)
MS\Internal\Documents\DialogBaseForm.cs (1)
34_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)
1682toolTip = 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)
13using ToolTip toolTip = new(); 57using ToolTip toolTip = new(); 89using ToolTip toolTip = new();
System\Windows\Forms\LabelTests.cs (1)
226using ToolTip toolTip = new();
System\Windows\Forms\ListViewItem.IKeyboardToolTipTests.cs (1)
85using ToolTip toolTip = new();
System\Windows\Forms\ListViewTests.cs (3)
4838ToolTip toolTip = useKeyboardToolTip ? listView.KeyboardToolTip : new ToolTip(); 4851ToolTip toolTip = new(); 5117using ToolTip toolTip = new();
System\Windows\Forms\TabControlTests.cs (1)
5690using ToolTip toolTip = new();
System\Windows\Forms\TabPageTests.cs (13)
4906using ToolTip toolTip = new(); 4917using ToolTip toolTip = new(); 4934using ToolTip toolTip = new(); 5013using ToolTip toolTip = new(); 5070? new ToolTip() // TabPage's SetToolTip will clear the internal toolTip because external one is set 5101using ToolTip toolTip1 = new(); 5102using ToolTip toolTip2 = new(); 5132? new ToolTip() // TabPage's RemoveToolTip will clear the internal toolTip because external one is set 5161using ToolTip toolTip1 = new(); 5162using ToolTip toolTip2 = new(); 5188using ToolTip toolTip1 = new(); 5189using ToolTip toolTip2 = new(); 5190using ToolTip toolTip3 = new();
System\Windows\Forms\ToolTipTests.cs (49)
76Assert.Throws<ArgumentNullException>("cont", () => new ToolTip(null)); 102using ToolTip toolTip = new() 126using ToolTip toolTip = new() 157using ToolTip toolTip = new() 183using ToolTip toolTip = new(); 227using ToolTip toolTip = new(); 240using ToolTip toolTip = new() 260using ToolTip toolTip = new(); 274using ToolTip toolTip = new(); 282using ToolTip toolTip = new() 298using ToolTip toolTip = new(); 321using ToolTip toolTip = new(); 338using ToolTip toolTip = new() 352using ToolTip toolTip = new(); 365using ToolTip toolTip = new() 385using ToolTip toolTip = new(); 399using ToolTip toolTip = new(); 407using ToolTip toolTip = new() 426using ToolTip toolTip = new() 450using ToolTip toolTip = new() 470using ToolTip toolTip = new(); 484using ToolTip toolTip = new(); 492using ToolTip toolTip = new() 511using ToolTip toolTip = new() 530using ToolTip toolTip = new() 545using ToolTip toolTip = new() 560using ToolTip toolTip = new(); 568using ToolTip toolTip = new() 583using ToolTip toolTip = new() 602using ToolTip toolTip = new() 621yield return new object[] { new ToolTip(), false }; 629using ToolTip toolTip = new(); 643using ToolTip toolTip = new(); 651using ToolTip toolTip = new(); 663using ToolTip toolTip = new(); 672using ToolTip toolTip = new(); 690using ToolTip toolTip = new() 712using ToolTip toolTip = new(); 720using ToolTip toolTip = new(); 729using ToolTip toolTip = new(); 748using ToolTip toolTip = new(); 757using ToolTip toolTip = new(); 765using ToolTip toolTip = new(); 773using ToolTip toolTip = new(); 781using ToolTip toolTip = new(); 788using ToolTip toolTip = new(); 802using ToolTip toolTip = new(); 837using ToolTip toolTip = new(); 878using ToolTip toolTip = new();
System\Windows\Forms\TreeNode.IKeyboardToolTipTests.cs (1)
81using ToolTip toolTip = new();
System\Windows\Forms\TreeViewTests.cs (3)
6626ToolTip toolTip = useKeyboardToolTip ? treeView.KeyboardToolTip : new ToolTip(); 6639ToolTip toolTip = new(); 6812using ToolTip toolTip = new();
System\Windows\Forms\UpDownBaseTests.cs (1)
3018using 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)
2686internal virtual void RemoveToolTip(ToolTip toolTip) 5187private protected virtual string? GetCaptionForTool(ToolTip toolTip) => 10233internal virtual void SetToolTip(ToolTip toolTip) 12705void IKeyboardToolTip.OnHooked(ToolTip toolTip) => OnKeyboardToolTipHook(toolTip); 12707void IKeyboardToolTip.OnUnhooked(ToolTip toolTip) => OnKeyboardToolTipUnhook(toolTip); 12709string? IKeyboardToolTip.GetCaptionForTool(ToolTip toolTip) => GetCaptionForTool(toolTip); 12750internal virtual void OnKeyboardToolTipHook(ToolTip toolTip) 12754internal virtual void OnKeyboardToolTipUnhook(ToolTip toolTip) 12798internal 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)
3277internal bool CancelToolTipPopup(ToolTip toolTip) 5583if (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(); 3503internal override unsafe ToolInfoWrapper<Control> GetToolInfoWrapper(TOOLTIP_FLAGS flags, string? caption, ToolTip tooltip) 5362internal 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)
1625ToolTip internalToolTip = ToolTip; 1676internal ToolTip ToolTip 1680if (!Properties.TryGetValue(s_propToolTip, out ToolTip? toolTip)) 1905if (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)
3609void IKeyboardToolTip.OnHooked(ToolTip toolTip) => OnKeyboardToolTipHook(toolTip); 3611void IKeyboardToolTip.OnUnhooked(ToolTip toolTip) => OnKeyboardToolTipUnhook(toolTip); 3613string? IKeyboardToolTip.GetCaptionForTool(ToolTip toolTip) => ToolTipText; 3621internal virtual void OnKeyboardToolTipHook(ToolTip toolTip) 3625internal 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)
162[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; 109ToolTip toolTip = _inheritanceUI.TestAccessor().Dynamic._toolTip; 111toolTip.Should().NotBeNull().And.BeOfType<ToolTip>(); 121ToolTip toolTip = _inheritanceUI.TestAccessor().Dynamic._toolTip; 123toolTip.Should().NotBeNull().And.BeOfType<ToolTip>(); 138Mock<ToolTip> mockToolTip = new(); 155ToolTip toolTip = _inheritanceUI.TestAccessor().Dynamic._toolTip; 157toolTip.Should().NotBeNull().And.BeOfType<ToolTip>();
System.Windows.Forms.Tests (105)
KeyboardTooltipStateMachineTests.cs (3)
13using ToolTip toolTip = new(); 57using ToolTip toolTip = new(); 89using ToolTip toolTip = new();
System\Windows\Forms\DataGridViewTests.cs (1)
4081ToolTip toolTip = dataGridView.KeyboardToolTip;
System\Windows\Forms\LabelTests.cs (1)
226using ToolTip toolTip = new();
System\Windows\Forms\ListViewItem.IKeyboardToolTipTests.cs (1)
85using ToolTip toolTip = new();
System\Windows\Forms\ListViewTests.cs (3)
4838ToolTip toolTip = useKeyboardToolTip ? listView.KeyboardToolTip : new ToolTip(); 4851ToolTip toolTip = new(); 5117using ToolTip toolTip = new();
System\Windows\Forms\TabControlTests.cs (1)
5690using ToolTip toolTip = new();
System\Windows\Forms\TabPageTests.cs (30)
4906using ToolTip toolTip = new(); 4917using ToolTip toolTip = new(); 4934using ToolTip toolTip = new(); 5003ToolTip internalToolTip = control.TestAccessor().Dynamic._internalToolTip; 5013using ToolTip toolTip = new(); 5021ToolTip internalToolTip = control.TestAccessor().Dynamic._internalToolTip; 5060ToolTip internalToolTip = tabPageDynamic._internalToolTip; 5061ToolTip externalToolTip = tabPageDynamic._externalToolTip; 5062List<ToolTip> associatedToolTips = tabPageDynamic._associatedToolTips; 5069using ToolTip toolTip = createToolTip 5092ToolTip internalToolTip = tabPageDynamic._internalToolTip; 5093ToolTip externalToolTip = tabPageDynamic._externalToolTip; 5094List<ToolTip> associatedToolTips = tabPageDynamic._associatedToolTips; 5101using ToolTip toolTip1 = new(); 5102using ToolTip toolTip2 = new(); 5128ToolTip internalToolTip = tabPageDynamic._internalToolTip; 5129ToolTip externalToolTip = tabPageDynamic._externalToolTip; 5131using ToolTip toolTip = createToolTip 5143List<ToolTip> associatedToolTips = tabPageDynamic._associatedToolTips; 5159ToolTip internalToolTip = tabPageDynamic._internalToolTip; 5161using ToolTip toolTip1 = new(); 5162using ToolTip toolTip2 = new(); 5170List<ToolTip> associatedToolTips = tabPageDynamic._associatedToolTips; 5171ToolTip externalToolTip = tabPageDynamic._externalToolTip; 5185ToolTip internalToolTip = tabPageDynamic._internalToolTip; 5186ToolTip externalToolTip = tabPageDynamic._externalToolTip; 5188using ToolTip toolTip1 = new(); 5189using ToolTip toolTip2 = new(); 5190using ToolTip toolTip3 = new(); 5199List<ToolTip> associatedToolTips = tabPageDynamic._associatedToolTips;
System\Windows\Forms\ToolTipTests.cs (60)
102using ToolTip toolTip = new() 126using ToolTip toolTip = new() 157using ToolTip toolTip = new() 183using ToolTip toolTip = new(); 185var properties = TypeDescriptor.GetProperties(typeof(ToolTip)); 186PropertyDescriptor automaticProperty = properties[nameof(ToolTip.AutomaticDelay)]; 187PropertyDescriptor initialProperty = properties[nameof(ToolTip.InitialDelay)]; 188PropertyDescriptor reshowProperty = properties[nameof(ToolTip.ReshowDelay)]; 189PropertyDescriptor autoPopProperty = properties[nameof(ToolTip.AutoPopDelay)]; 227using ToolTip toolTip = new(); 240using ToolTip toolTip = new() 260using ToolTip toolTip = new(); 261PropertyDescriptor property = TypeDescriptor.GetProperties(typeof(ToolTip))[nameof(ToolTip.AutoPopDelay)]; 274using ToolTip toolTip = new(); 282using ToolTip toolTip = new() 298using ToolTip toolTip = new(); 321using ToolTip toolTip = new(); 338using ToolTip toolTip = new() 352using ToolTip toolTip = new(); 365using ToolTip toolTip = new() 385using ToolTip toolTip = new(); 386PropertyDescriptor property = TypeDescriptor.GetProperties(typeof(ToolTip))[nameof(ToolTip.InitialDelay)]; 399using ToolTip toolTip = new(); 407using ToolTip toolTip = new() 426using ToolTip toolTip = new() 450using ToolTip toolTip = new() 470using ToolTip toolTip = new(); 471PropertyDescriptor property = TypeDescriptor.GetProperties(typeof(ToolTip))[nameof(ToolTip.ReshowDelay)]; 484using ToolTip toolTip = new(); 492using ToolTip toolTip = new() 511using ToolTip toolTip = new() 530using ToolTip toolTip = new() 545using ToolTip toolTip = new() 560using ToolTip toolTip = new(); 568using ToolTip toolTip = new() 583using ToolTip toolTip = new() 602using ToolTip toolTip = new() 629using ToolTip toolTip = new(); 643using ToolTip toolTip = new(); 651using ToolTip toolTip = new(); 663using ToolTip toolTip = new(); 672using ToolTip toolTip = new(); 690using ToolTip toolTip = new() 712using ToolTip toolTip = new(); 720using ToolTip toolTip = new(); 729using ToolTip toolTip = new(); 748using ToolTip toolTip = new(); 757using ToolTip toolTip = new(); 765using ToolTip toolTip = new(); 773using ToolTip toolTip = new(); 781using ToolTip toolTip = new(); 788using ToolTip toolTip = new(); 802using ToolTip toolTip = new(); 837using ToolTip toolTip = new(); 878using ToolTip toolTip = new(); 929internal override void SetToolTip(ToolTip toolTip) 935internal override void RemoveToolTip(ToolTip toolTip)
System\Windows\Forms\TreeNode.IKeyboardToolTipTests.cs (1)
81using ToolTip toolTip = new();
System\Windows\Forms\TreeViewTests.cs (3)
6626ToolTip toolTip = useKeyboardToolTip ? treeView.KeyboardToolTip : new ToolTip(); 6639ToolTip toolTip = new(); 6812using ToolTip toolTip = new();
System\Windows\Forms\UpDownBaseTests.cs (1)
3018using 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;