1 type derived from ToolTip
System.Windows.Forms.Tests (1)
System\Windows\Forms\ToolTipTests.cs (1)
905
private 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)
2954
new
ToolTip
System\Windows\Forms\Controls\DataGridView\DataGridView.ToolTip.cs (1)
31
ToolTip ??= new
ToolTip
System\Windows\Forms\Controls\Labels\Label.cs (1)
152
_textToolTip ??= new
ToolTip
();
System\Windows\Forms\Controls\ListView\ListView.cs (1)
592
internal ToolTip KeyboardToolTip { get; } =
new
();
System\Windows\Forms\Controls\TabControl\TabPage.cs (1)
29
private readonly ToolTip _internalToolTip =
new
();
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
1682
toolTip = Properties.AddValue(s_propToolTip, new
ToolTip
());
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
823
internal 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)
13
using ToolTip toolTip =
new
();
57
using ToolTip toolTip =
new
();
89
using ToolTip toolTip =
new
();
System\Windows\Forms\LabelTests.cs (1)
226
using ToolTip toolTip =
new
();
System\Windows\Forms\ListViewItem.IKeyboardToolTipTests.cs (1)
85
using ToolTip toolTip =
new
();
System\Windows\Forms\ListViewTests.cs (3)
4838
ToolTip toolTip = useKeyboardToolTip ? listView.KeyboardToolTip : new
ToolTip
();
4851
ToolTip toolTip =
new
();
5117
using ToolTip toolTip =
new
();
System\Windows\Forms\TabControlTests.cs (1)
5690
using ToolTip toolTip =
new
();
System\Windows\Forms\TabPageTests.cs (13)
4906
using ToolTip toolTip =
new
();
4917
using ToolTip toolTip =
new
();
4934
using ToolTip toolTip =
new
();
5013
using ToolTip toolTip =
new
();
5070
? new
ToolTip
() // TabPage's SetToolTip will clear the internal toolTip because external one is set
5101
using ToolTip toolTip1 =
new
();
5102
using ToolTip toolTip2 =
new
();
5132
? new
ToolTip
() // TabPage's RemoveToolTip will clear the internal toolTip because external one is set
5161
using ToolTip toolTip1 =
new
();
5162
using ToolTip toolTip2 =
new
();
5188
using ToolTip toolTip1 =
new
();
5189
using ToolTip toolTip2 =
new
();
5190
using ToolTip toolTip3 =
new
();
System\Windows\Forms\ToolTipTests.cs (49)
76
Assert.Throws<ArgumentNullException>("cont", () => new
ToolTip
(null));
102
using ToolTip toolTip =
new
()
126
using ToolTip toolTip =
new
()
157
using ToolTip toolTip =
new
()
183
using ToolTip toolTip =
new
();
227
using ToolTip toolTip =
new
();
240
using ToolTip toolTip =
new
()
260
using ToolTip toolTip =
new
();
274
using ToolTip toolTip =
new
();
282
using ToolTip toolTip =
new
()
298
using ToolTip toolTip =
new
();
321
using ToolTip toolTip =
new
();
338
using ToolTip toolTip =
new
()
352
using ToolTip toolTip =
new
();
365
using ToolTip toolTip =
new
()
385
using ToolTip toolTip =
new
();
399
using ToolTip toolTip =
new
();
407
using ToolTip toolTip =
new
()
426
using ToolTip toolTip =
new
()
450
using ToolTip toolTip =
new
()
470
using ToolTip toolTip =
new
();
484
using ToolTip toolTip =
new
();
492
using ToolTip toolTip =
new
()
511
using ToolTip toolTip =
new
()
530
using ToolTip toolTip =
new
()
545
using ToolTip toolTip =
new
()
560
using ToolTip toolTip =
new
();
568
using ToolTip toolTip =
new
()
583
using ToolTip toolTip =
new
()
602
using ToolTip toolTip =
new
()
621
yield return new object[] { new
ToolTip
(), false };
629
using ToolTip toolTip =
new
();
643
using ToolTip toolTip =
new
();
651
using ToolTip toolTip =
new
();
663
using ToolTip toolTip =
new
();
672
using ToolTip toolTip =
new
();
690
using ToolTip toolTip =
new
()
712
using ToolTip toolTip =
new
();
720
using ToolTip toolTip =
new
();
729
using ToolTip toolTip =
new
();
748
using ToolTip toolTip =
new
();
757
using ToolTip toolTip =
new
();
765
using ToolTip toolTip =
new
();
773
using ToolTip toolTip =
new
();
781
using ToolTip toolTip =
new
();
788
using ToolTip toolTip =
new
();
802
using ToolTip toolTip =
new
();
837
using ToolTip toolTip =
new
();
878
using ToolTip toolTip =
new
();
System\Windows\Forms\TreeNode.IKeyboardToolTipTests.cs (1)
81
using ToolTip toolTip =
new
();
System\Windows\Forms\TreeViewTests.cs (3)
6626
ToolTip toolTip = useKeyboardToolTip ? treeView.KeyboardToolTip : new
ToolTip
();
6639
ToolTip toolTip =
new
();
6812
using ToolTip toolTip =
new
();
System\Windows\Forms\UpDownBaseTests.cs (1)
3018
using ToolTip toolTip =
new
();
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);
252 references to ToolTip
PresentationUI (1)
MS\Internal\Documents\DialogBaseForm.cs (1)
185
protected
ToolTip
_toolTip;
System.Windows.Forms (116)
System\Windows\Forms\Control.cs (9)
2686
internal virtual void RemoveToolTip(
ToolTip
toolTip)
5187
private protected virtual string? GetCaptionForTool(
ToolTip
toolTip) =>
10233
internal virtual void SetToolTip(
ToolTip
toolTip)
12705
void IKeyboardToolTip.OnHooked(
ToolTip
toolTip) => OnKeyboardToolTipHook(toolTip);
12707
void IKeyboardToolTip.OnUnhooked(
ToolTip
toolTip) => OnKeyboardToolTipUnhook(toolTip);
12709
string? IKeyboardToolTip.GetCaptionForTool(
ToolTip
toolTip) => GetCaptionForTool(toolTip);
12750
internal virtual void OnKeyboardToolTipHook(
ToolTip
toolTip)
12754
internal virtual void OnKeyboardToolTipUnhook(
ToolTip
toolTip)
12798
internal virtual ToolInfoWrapper<Control> GetToolInfoWrapper(TOOLTIP_FLAGS flags, string? caption,
ToolTip
tooltip)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
40
private
ToolTip
? _textToolTip;
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (2)
2946
internal
ToolTip
KeyboardToolTip
2950
if (!Properties.TryGetValue(s_propToolTip, out
ToolTip
? toolTip))
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (2)
3277
internal bool CancelToolTipPopup(
ToolTip
toolTip)
5583
if (Properties.TryGetValue(s_propToolTip, out
ToolTip
? keyboardToolTip))
System\Windows\Forms\Controls\DataGridView\DataGridView.ToolTip.cs (1)
19
public
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
341
void IKeyboardToolTip.OnHooked(
ToolTip
toolTip) => OnKeyboardToolTipHook(toolTip);
343
internal virtual void OnKeyboardToolTipHook(
ToolTip
toolTip) { }
345
void IKeyboardToolTip.OnUnhooked(
ToolTip
toolTip) => OnKeyboardToolTipUnhook(toolTip);
347
internal virtual void OnKeyboardToolTipUnhook(
ToolTip
toolTip) { }
349
string? IKeyboardToolTip.GetCaptionForTool(
ToolTip
toolTip)
System\Windows\Forms\Controls\Labels\Label.cs (2)
52
private
ToolTip
? _textToolTip;
1408
internal override void SetToolTip(
ToolTip
toolTip)
System\Windows\Forms\Controls\ListView\ListView.cs (3)
592
internal
ToolTip
KeyboardToolTip { get; } = new();
3503
internal override unsafe ToolInfoWrapper<Control> GetToolInfoWrapper(TOOLTIP_FLAGS flags, string? caption,
ToolTip
tooltip)
5362
internal override void SetToolTip(
ToolTip
toolTip)
System\Windows\Forms\Controls\ListView\ListViewItem.IKeyboardToolTip.cs (5)
18
string IKeyboardToolTip.GetCaptionForTool(
ToolTip
toolTip) => ToolTipText;
72
void IKeyboardToolTip.OnHooked(
ToolTip
toolTip) => OnKeyboardToolTipHook(toolTip);
74
void IKeyboardToolTip.OnUnhooked(
ToolTip
toolTip) => OnKeyboardToolTipUnhook(toolTip);
78
internal virtual void OnKeyboardToolTipHook(
ToolTip
toolTip) { }
80
internal virtual void OnKeyboardToolTipUnhook(
ToolTip
toolTip) { }
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
1624
internal override void SetToolTip(
ToolTip
toolTip)
System\Windows\Forms\Controls\TabControl\TabPage.cs (6)
27
private List<
ToolTip
>? _associatedToolTips;
28
private
ToolTip
? _externalToolTip;
29
private readonly
ToolTip
_internalToolTip = new();
146
private protected override string? GetCaptionForTool(
ToolTip
toolTip)
652
internal override void RemoveToolTip(
ToolTip
toolTip)
689
internal override void SetToolTip(
ToolTip
toolTip)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (4)
1625
ToolTip
internalToolTip = ToolTip;
1676
internal
ToolTip
ToolTip
1680
if (!Properties.TryGetValue(s_propToolTip, out
ToolTip
? toolTip))
1905
if (Properties.TryGetValue(s_propToolTip, out
ToolTip
? toolTip))
System\Windows\Forms\Controls\ToolStrips\ToolStripControlHost.cs (2)
873
internal override void OnKeyboardToolTipHook(
ToolTip
toolTip)
880
internal override void OnKeyboardToolTipUnhook(
ToolTip
toolTip)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownItem.cs (3)
21
private
ToolTip
? _hookedKeyboardTooltip;
740
internal override void OnKeyboardToolTipHook(
ToolTip
toolTip)
750
internal override void OnKeyboardToolTipUnhook(
ToolTip
toolTip)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (5)
3609
void IKeyboardToolTip.OnHooked(
ToolTip
toolTip) => OnKeyboardToolTipHook(toolTip);
3611
void IKeyboardToolTip.OnUnhooked(
ToolTip
toolTip) => OnKeyboardToolTipUnhook(toolTip);
3613
string? IKeyboardToolTip.GetCaptionForTool(
ToolTip
toolTip) => ToolTipText;
3621
internal virtual void OnKeyboardToolTipHook(
ToolTip
toolTip)
3625
internal virtual void OnKeyboardToolTipUnhook(
ToolTip
toolTip)
System\Windows\Forms\Controls\TreeView\TreeNode.IKeyboardToolTip.cs (5)
16
string IKeyboardToolTip.GetCaptionForTool(
ToolTip
toolTip) => ToolTipText;
47
void IKeyboardToolTip.OnHooked(
ToolTip
toolTip) => OnKeyboardToolTipHook(toolTip);
49
void IKeyboardToolTip.OnUnhooked(
ToolTip
toolTip) => OnKeyboardToolTipUnhook(toolTip);
55
internal virtual void OnKeyboardToolTipHook(
ToolTip
toolTip) { }
57
internal virtual void OnKeyboardToolTipUnhook(
ToolTip
toolTip) { }
System\Windows\Forms\Controls\TreeView\TreeView.cs (3)
823
internal
ToolTip
KeyboardToolTip { get; } = new();
1617
internal override void SetToolTip(
ToolTip
toolTip)
2900
internal override unsafe ToolInfoWrapper<Control> GetToolInfoWrapper(TOOLTIP_FLAGS flags, string? caption,
ToolTip
tooltip)
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (2)
979
internal override void SetToolTip(
ToolTip
toolTip)
991
internal override void RemoveToolTip(
ToolTip
toolTip)
System\Windows\Forms\ToolTip\IKeyboardToolTip.cs (3)
51
void OnHooked(
ToolTip
toolTip);
56
void OnUnhooked(
ToolTip
toolTip);
61
string? GetCaptionForTool(
ToolTip
toolTip);
System\Windows\Forms\ToolTip\KeyboardToolTipStateMachine.cs (17)
7
/// Implements keyboard ToolTips for controls with a <see cref="
ToolTip
"/> set on them.
55
private SmState Transition(IKeyboardToolTip tool,
ToolTip
tooltip, SmEvent @event)
80
public void ResetStateMachine(
ToolTip
toolTip)
85
public void Hook(IKeyboardToolTip tool,
ToolTip
toolTip)
131
public void Unhook(IKeyboardToolTip tool,
ToolTip
toolTip)
140
public void NotifyAboutFormDeactivation(
ToolTip
sender)
158
private SmState HideAndStartWaitingForRefocus(IKeyboardToolTip tool,
ToolTip
toolTip)
184
private SmState SetupReshowTimer(IKeyboardToolTip tool,
ToolTip
toolTip)
193
private SmState ShowToolTip(IKeyboardToolTip tool,
ToolTip
toolTip)
221
private SmState SetupInitShowTimer(IKeyboardToolTip tool,
ToolTip
toolTip)
255
ToolTip
? toolTip = _toolToTip[source];
288
ToolTip
? currentToolTip = _toolToTip[_currentTool];
303
ToolTip
? currentToolTip = _toolToTip[_currentTool];
318
private void Reset(
ToolTip
? toolTipToReset)
328
private void StartTracking(IKeyboardToolTip tool,
ToolTip
toolTip)
333
private void StopTracking(IKeyboardToolTip tool,
ToolTip
toolTip)
338
private void OnFormDeactivation(
ToolTip
sender)
System\Windows\Forms\ToolTip\KeyboardToolTipStateMachine.ToolToTipDictionary.cs (9)
12
private readonly ConditionalWeakTable<IKeyboardToolTip, WeakReference<
ToolTip
?>> _table = [];
14
public
ToolTip
? this[IKeyboardToolTip tool]
18
ToolTip
? toolTip = null;
19
if (_table.TryGetValue(tool, out WeakReference<
ToolTip
?>? toolTipReference))
32
if (_table.TryGetValue(tool, out WeakReference<
ToolTip
?>? toolTipReference))
38
_table.Add(tool, new WeakReference<
ToolTip
?>(value));
43
public void Remove(IKeyboardToolTip tool,
ToolTip
toolTip)
45
if (_table.TryGetValue(tool, out WeakReference<
ToolTip
?>? toolTipReference))
47
if (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)
10
private readonly
ToolTip
_toolTip;
12
internal ToolTipNativeWindow(
ToolTip
toolTip)
System.Windows.Forms.Design (12)
System\ComponentModel\Design\DesignerActionPanel.CheckBoxPropertyLine.cs (1)
51
protected override void OnPropertyTaskItemUpdated(
ToolTip
toolTip, ref int currentTabIndex)
System\ComponentModel\Design\DesignerActionPanel.cs (1)
39
private readonly
ToolTip
_toolTip;
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.cs (1)
226
protected override void OnPropertyTaskItemUpdated(
ToolTip
toolTip, ref int currentTabIndex)
System\ComponentModel\Design\DesignerActionPanel.Line.cs (1)
60
internal abstract void UpdateActionItem(LineInfo lineInfo,
ToolTip
toolTip, ref int currentTabIndex);
System\ComponentModel\Design\DesignerActionPanel.MethodLine.cs (1)
84
internal override void UpdateActionItem(LineInfo lineInfo,
ToolTip
toolTip, ref int currentTabIndex)
System\ComponentModel\Design\DesignerActionPanel.PanelHeaderLine.cs (1)
109
internal override void UpdateActionItem(LineInfo lineInfo,
ToolTip
toolTip, ref int currentTabIndex)
System\ComponentModel\Design\DesignerActionPanel.PropertyLine.cs (2)
33
protected abstract void OnPropertyTaskItemUpdated(
ToolTip
toolTip, ref int currentTabIndex);
93
internal sealed override void UpdateActionItem(LineInfo lineInfo,
ToolTip
toolTip, ref int currentTabIndex)
System\ComponentModel\Design\DesignerActionPanel.SeparatorLine.cs (1)
32
internal override void UpdateActionItem(LineInfo lineInfo,
ToolTip
toolTip, ref int currentTabIndex)
System\ComponentModel\Design\DesignerActionPanel.TextBoxPropertyLine.cs (1)
125
protected override void OnPropertyTaskItemUpdated(
ToolTip
toolTip, ref int currentTabIndex)
System\ComponentModel\Design\DesignerActionPanel.TextLine.cs (1)
63
internal override void UpdateActionItem(LineInfo lineInfo,
ToolTip
toolTip, ref int currentTabIndex)
System\Windows\Forms\Design\InheritanceUI.cs (1)
16
private
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)
60
ToolTip
toolTip = _inheritanceUI.TestAccessor().Dynamic._toolTip;
85
ToolTip
toolTip = _inheritanceUI.TestAccessor().Dynamic._toolTip;
109
ToolTip
toolTip = _inheritanceUI.TestAccessor().Dynamic._toolTip;
111
toolTip.Should().NotBeNull().And.BeOfType<
ToolTip
>();
121
ToolTip
toolTip = _inheritanceUI.TestAccessor().Dynamic._toolTip;
123
toolTip.Should().NotBeNull().And.BeOfType<
ToolTip
>();
138
Mock<
ToolTip
> mockToolTip = new();
155
ToolTip
toolTip = _inheritanceUI.TestAccessor().Dynamic._toolTip;
157
toolTip.Should().NotBeNull().And.BeOfType<
ToolTip
>();
System.Windows.Forms.Tests (105)
KeyboardTooltipStateMachineTests.cs (3)
13
using
ToolTip
toolTip = new();
57
using
ToolTip
toolTip = new();
89
using
ToolTip
toolTip = new();
System\Windows\Forms\DataGridViewTests.cs (1)
4081
ToolTip
toolTip = dataGridView.KeyboardToolTip;
System\Windows\Forms\LabelTests.cs (1)
226
using
ToolTip
toolTip = new();
System\Windows\Forms\ListViewItem.IKeyboardToolTipTests.cs (1)
85
using
ToolTip
toolTip = new();
System\Windows\Forms\ListViewTests.cs (3)
4838
ToolTip
toolTip = useKeyboardToolTip ? listView.KeyboardToolTip : new ToolTip();
4851
ToolTip
toolTip = new();
5117
using
ToolTip
toolTip = new();
System\Windows\Forms\TabControlTests.cs (1)
5690
using
ToolTip
toolTip = new();
System\Windows\Forms\TabPageTests.cs (30)
4906
using
ToolTip
toolTip = new();
4917
using
ToolTip
toolTip = new();
4934
using
ToolTip
toolTip = new();
5003
ToolTip
internalToolTip = control.TestAccessor().Dynamic._internalToolTip;
5013
using
ToolTip
toolTip = new();
5021
ToolTip
internalToolTip = control.TestAccessor().Dynamic._internalToolTip;
5060
ToolTip
internalToolTip = tabPageDynamic._internalToolTip;
5061
ToolTip
externalToolTip = tabPageDynamic._externalToolTip;
5062
List<
ToolTip
> associatedToolTips = tabPageDynamic._associatedToolTips;
5069
using
ToolTip
toolTip = createToolTip
5092
ToolTip
internalToolTip = tabPageDynamic._internalToolTip;
5093
ToolTip
externalToolTip = tabPageDynamic._externalToolTip;
5094
List<
ToolTip
> associatedToolTips = tabPageDynamic._associatedToolTips;
5101
using
ToolTip
toolTip1 = new();
5102
using
ToolTip
toolTip2 = new();
5128
ToolTip
internalToolTip = tabPageDynamic._internalToolTip;
5129
ToolTip
externalToolTip = tabPageDynamic._externalToolTip;
5131
using
ToolTip
toolTip = createToolTip
5143
List<
ToolTip
> associatedToolTips = tabPageDynamic._associatedToolTips;
5159
ToolTip
internalToolTip = tabPageDynamic._internalToolTip;
5161
using
ToolTip
toolTip1 = new();
5162
using
ToolTip
toolTip2 = new();
5170
List<
ToolTip
> associatedToolTips = tabPageDynamic._associatedToolTips;
5171
ToolTip
externalToolTip = tabPageDynamic._externalToolTip;
5185
ToolTip
internalToolTip = tabPageDynamic._internalToolTip;
5186
ToolTip
externalToolTip = tabPageDynamic._externalToolTip;
5188
using
ToolTip
toolTip1 = new();
5189
using
ToolTip
toolTip2 = new();
5190
using
ToolTip
toolTip3 = new();
5199
List<
ToolTip
> associatedToolTips = tabPageDynamic._associatedToolTips;
System\Windows\Forms\ToolTipTests.cs (60)
102
using
ToolTip
toolTip = new()
126
using
ToolTip
toolTip = new()
157
using
ToolTip
toolTip = new()
183
using
ToolTip
toolTip = new();
185
var properties = TypeDescriptor.GetProperties(typeof(
ToolTip
));
186
PropertyDescriptor automaticProperty = properties[nameof(
ToolTip
.AutomaticDelay)];
187
PropertyDescriptor initialProperty = properties[nameof(
ToolTip
.InitialDelay)];
188
PropertyDescriptor reshowProperty = properties[nameof(
ToolTip
.ReshowDelay)];
189
PropertyDescriptor autoPopProperty = properties[nameof(
ToolTip
.AutoPopDelay)];
227
using
ToolTip
toolTip = new();
240
using
ToolTip
toolTip = new()
260
using
ToolTip
toolTip = new();
261
PropertyDescriptor property = TypeDescriptor.GetProperties(typeof(
ToolTip
))[nameof(
ToolTip
.AutoPopDelay)];
274
using
ToolTip
toolTip = new();
282
using
ToolTip
toolTip = new()
298
using
ToolTip
toolTip = new();
321
using
ToolTip
toolTip = new();
338
using
ToolTip
toolTip = new()
352
using
ToolTip
toolTip = new();
365
using
ToolTip
toolTip = new()
385
using
ToolTip
toolTip = new();
386
PropertyDescriptor property = TypeDescriptor.GetProperties(typeof(
ToolTip
))[nameof(
ToolTip
.InitialDelay)];
399
using
ToolTip
toolTip = new();
407
using
ToolTip
toolTip = new()
426
using
ToolTip
toolTip = new()
450
using
ToolTip
toolTip = new()
470
using
ToolTip
toolTip = new();
471
PropertyDescriptor property = TypeDescriptor.GetProperties(typeof(
ToolTip
))[nameof(
ToolTip
.ReshowDelay)];
484
using
ToolTip
toolTip = new();
492
using
ToolTip
toolTip = new()
511
using
ToolTip
toolTip = new()
530
using
ToolTip
toolTip = new()
545
using
ToolTip
toolTip = new()
560
using
ToolTip
toolTip = new();
568
using
ToolTip
toolTip = new()
583
using
ToolTip
toolTip = new()
602
using
ToolTip
toolTip = new()
629
using
ToolTip
toolTip = new();
643
using
ToolTip
toolTip = new();
651
using
ToolTip
toolTip = new();
663
using
ToolTip
toolTip = new();
672
using
ToolTip
toolTip = new();
690
using
ToolTip
toolTip = new()
712
using
ToolTip
toolTip = new();
720
using
ToolTip
toolTip = new();
729
using
ToolTip
toolTip = new();
748
using
ToolTip
toolTip = new();
757
using
ToolTip
toolTip = new();
765
using
ToolTip
toolTip = new();
773
using
ToolTip
toolTip = new();
781
using
ToolTip
toolTip = new();
788
using
ToolTip
toolTip = new();
802
using
ToolTip
toolTip = new();
837
using
ToolTip
toolTip = new();
878
using
ToolTip
toolTip = new();
929
internal override void SetToolTip(
ToolTip
toolTip)
935
internal override void RemoveToolTip(
ToolTip
toolTip)
System\Windows\Forms\TreeNode.IKeyboardToolTipTests.cs (1)
81
using
ToolTip
toolTip = new();
System\Windows\Forms\TreeViewTests.cs (3)
6626
ToolTip
toolTip = useKeyboardToolTip ? treeView.KeyboardToolTip : new ToolTip();
6639
ToolTip
toolTip = new();
6812
using
ToolTip
toolTip = new();
System\Windows\Forms\UpDownBaseTests.cs (1)
3018
using
ToolTip
toolTip = new();
WinFormsControlsTest (8)
Buttons.Designer.cs (1)
54
private System.Windows.Forms.
ToolTip
toolTip1;
ComboBoxesWithScrollBars.Designer.cs (1)
401
private System.Windows.Forms.
ToolTip
toolTip1;
ToolTipTests.Designer.cs (6)
180
private System.Windows.Forms.
ToolTip
automaticDelayToolTip;
181
private System.Windows.Forms.
ToolTip
autoPopDelayToolTip;
182
private System.Windows.Forms.
ToolTip
defaultAutomaticDelayToolTip;
183
private System.Windows.Forms.
ToolTip
defaultAutoPopDelayToolTip;
184
private System.Windows.Forms.
ToolTip
delaysNotSetToolTip;
185
private System.Windows.Forms.
ToolTip
initialDelayToolTip;