1 type derived from ToolTip
System.Windows.Forms.Tests (1)
System\Windows\Forms\ToolTipTests.cs (1)
907
private 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)
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)
1679
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)
15
using ToolTip toolTip =
new
();
59
using ToolTip toolTip =
new
();
91
using ToolTip toolTip =
new
();
System\Windows\Forms\LabelTests.cs (1)
228
using ToolTip toolTip =
new
();
System\Windows\Forms\ListViewItem.IKeyboardToolTipTests.cs (1)
87
using ToolTip toolTip =
new
();
System\Windows\Forms\ListViewTests.cs (3)
4840
ToolTip toolTip = useKeyboardToolTip ? listView.KeyboardToolTip : new
ToolTip
();
4853
ToolTip toolTip =
new
();
5119
using ToolTip toolTip =
new
();
System\Windows\Forms\TabControlTests.cs (1)
5692
using ToolTip toolTip =
new
();
System\Windows\Forms\TabPageTests.cs (13)
4908
using ToolTip toolTip =
new
();
4919
using ToolTip toolTip =
new
();
4936
using ToolTip toolTip =
new
();
5015
using ToolTip toolTip =
new
();
5072
? new
ToolTip
() // TabPage's SetToolTip will clear the internal toolTip because external one is set
5103
using ToolTip toolTip1 =
new
();
5104
using ToolTip toolTip2 =
new
();
5134
? new
ToolTip
() // TabPage's RemoveToolTip will clear the internal toolTip because external one is set
5163
using ToolTip toolTip1 =
new
();
5164
using ToolTip toolTip2 =
new
();
5190
using ToolTip toolTip1 =
new
();
5191
using ToolTip toolTip2 =
new
();
5192
using ToolTip toolTip3 =
new
();
System\Windows\Forms\ToolTipTests.cs (49)
78
Assert.Throws<ArgumentNullException>("cont", () => new
ToolTip
(null));
104
using ToolTip toolTip =
new
()
128
using ToolTip toolTip =
new
()
159
using ToolTip toolTip =
new
()
185
using ToolTip toolTip =
new
();
229
using ToolTip toolTip =
new
();
242
using ToolTip toolTip =
new
()
262
using ToolTip toolTip =
new
();
276
using ToolTip toolTip =
new
();
284
using ToolTip toolTip =
new
()
300
using ToolTip toolTip =
new
();
323
using ToolTip toolTip =
new
();
340
using ToolTip toolTip =
new
()
354
using ToolTip toolTip =
new
();
367
using ToolTip toolTip =
new
()
387
using ToolTip toolTip =
new
();
401
using ToolTip toolTip =
new
();
409
using ToolTip toolTip =
new
()
428
using ToolTip toolTip =
new
()
452
using ToolTip toolTip =
new
()
472
using ToolTip toolTip =
new
();
486
using ToolTip toolTip =
new
();
494
using ToolTip toolTip =
new
()
513
using ToolTip toolTip =
new
()
532
using ToolTip toolTip =
new
()
547
using ToolTip toolTip =
new
()
562
using ToolTip toolTip =
new
();
570
using ToolTip toolTip =
new
()
585
using ToolTip toolTip =
new
()
604
using ToolTip toolTip =
new
()
623
yield return new object[] { new
ToolTip
(), false };
631
using ToolTip toolTip =
new
();
645
using ToolTip toolTip =
new
();
653
using ToolTip toolTip =
new
();
665
using ToolTip toolTip =
new
();
674
using ToolTip toolTip =
new
();
692
using ToolTip toolTip =
new
()
714
using ToolTip toolTip =
new
();
722
using ToolTip toolTip =
new
();
731
using ToolTip toolTip =
new
();
750
using ToolTip toolTip =
new
();
759
using ToolTip toolTip =
new
();
767
using ToolTip toolTip =
new
();
775
using ToolTip toolTip =
new
();
783
using ToolTip toolTip =
new
();
790
using ToolTip toolTip =
new
();
804
using ToolTip toolTip =
new
();
839
using ToolTip toolTip =
new
();
880
using ToolTip toolTip =
new
();
System\Windows\Forms\TreeNode.IKeyboardToolTipTests.cs (1)
83
using ToolTip toolTip =
new
();
System\Windows\Forms\TreeViewTests.cs (3)
6628
ToolTip toolTip = useKeyboardToolTip ? treeView.KeyboardToolTip : new
ToolTip
();
6641
ToolTip toolTip =
new
();
6814
using ToolTip toolTip =
new
();
System\Windows\Forms\UpDownBaseTests.cs (1)
3020
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)
2685
internal virtual void RemoveToolTip(
ToolTip
toolTip)
5226
private protected virtual string? GetCaptionForTool(
ToolTip
toolTip) =>
10259
internal virtual void SetToolTip(
ToolTip
toolTip)
12730
void IKeyboardToolTip.OnHooked(
ToolTip
toolTip) => OnKeyboardToolTipHook(toolTip);
12732
void IKeyboardToolTip.OnUnhooked(
ToolTip
toolTip) => OnKeyboardToolTipUnhook(toolTip);
12734
string? IKeyboardToolTip.GetCaptionForTool(
ToolTip
toolTip) => GetCaptionForTool(toolTip);
12775
internal virtual void OnKeyboardToolTipHook(
ToolTip
toolTip)
12779
internal virtual void OnKeyboardToolTipUnhook(
ToolTip
toolTip)
12823
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)
3276
internal bool CancelToolTipPopup(
ToolTip
toolTip)
5582
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();
3507
internal override unsafe ToolInfoWrapper<Control> GetToolInfoWrapper(TOOLTIP_FLAGS flags, string? caption,
ToolTip
tooltip)
5366
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)
1622
ToolTip
internalToolTip = ToolTip;
1673
internal
ToolTip
ToolTip
1677
if (!Properties.TryGetValue(s_propToolTip, out
ToolTip
? toolTip))
1902
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)
3605
void IKeyboardToolTip.OnHooked(
ToolTip
toolTip) => OnKeyboardToolTipHook(toolTip);
3607
void IKeyboardToolTip.OnUnhooked(
ToolTip
toolTip) => OnKeyboardToolTipUnhook(toolTip);
3609
string? IKeyboardToolTip.GetCaptionForTool(
ToolTip
toolTip) => ToolTipText;
3617
internal virtual void OnKeyboardToolTipHook(
ToolTip
toolTip)
3621
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)
165
[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;
107
ToolTip
toolTip = _inheritanceUI.TestAccessor().Dynamic._toolTip;
109
toolTip.Should().NotBeNull().And.BeOfType<
ToolTip
>();
119
ToolTip
toolTip = _inheritanceUI.TestAccessor().Dynamic._toolTip;
121
toolTip.Should().NotBeNull().And.BeOfType<
ToolTip
>();
136
Mock<
ToolTip
> mockToolTip = new();
153
ToolTip
toolTip = _inheritanceUI.TestAccessor().Dynamic._toolTip;
155
toolTip.Should().NotBeNull().And.BeOfType<
ToolTip
>();
System.Windows.Forms.Tests (105)
KeyboardTooltipStateMachineTests.cs (3)
15
using
ToolTip
toolTip = new();
59
using
ToolTip
toolTip = new();
91
using
ToolTip
toolTip = new();
System\Windows\Forms\DataGridViewTests.cs (1)
4082
ToolTip
toolTip = dataGridView.KeyboardToolTip;
System\Windows\Forms\LabelTests.cs (1)
228
using
ToolTip
toolTip = new();
System\Windows\Forms\ListViewItem.IKeyboardToolTipTests.cs (1)
87
using
ToolTip
toolTip = new();
System\Windows\Forms\ListViewTests.cs (3)
4840
ToolTip
toolTip = useKeyboardToolTip ? listView.KeyboardToolTip : new ToolTip();
4853
ToolTip
toolTip = new();
5119
using
ToolTip
toolTip = new();
System\Windows\Forms\TabControlTests.cs (1)
5692
using
ToolTip
toolTip = new();
System\Windows\Forms\TabPageTests.cs (30)
4908
using
ToolTip
toolTip = new();
4919
using
ToolTip
toolTip = new();
4936
using
ToolTip
toolTip = new();
5005
ToolTip
internalToolTip = control.TestAccessor().Dynamic._internalToolTip;
5015
using
ToolTip
toolTip = new();
5023
ToolTip
internalToolTip = control.TestAccessor().Dynamic._internalToolTip;
5062
ToolTip
internalToolTip = tabPageDynamic._internalToolTip;
5063
ToolTip
externalToolTip = tabPageDynamic._externalToolTip;
5064
List<
ToolTip
> associatedToolTips = tabPageDynamic._associatedToolTips;
5071
using
ToolTip
toolTip = createToolTip
5094
ToolTip
internalToolTip = tabPageDynamic._internalToolTip;
5095
ToolTip
externalToolTip = tabPageDynamic._externalToolTip;
5096
List<
ToolTip
> associatedToolTips = tabPageDynamic._associatedToolTips;
5103
using
ToolTip
toolTip1 = new();
5104
using
ToolTip
toolTip2 = new();
5130
ToolTip
internalToolTip = tabPageDynamic._internalToolTip;
5131
ToolTip
externalToolTip = tabPageDynamic._externalToolTip;
5133
using
ToolTip
toolTip = createToolTip
5145
List<
ToolTip
> associatedToolTips = tabPageDynamic._associatedToolTips;
5161
ToolTip
internalToolTip = tabPageDynamic._internalToolTip;
5163
using
ToolTip
toolTip1 = new();
5164
using
ToolTip
toolTip2 = new();
5172
List<
ToolTip
> associatedToolTips = tabPageDynamic._associatedToolTips;
5173
ToolTip
externalToolTip = tabPageDynamic._externalToolTip;
5187
ToolTip
internalToolTip = tabPageDynamic._internalToolTip;
5188
ToolTip
externalToolTip = tabPageDynamic._externalToolTip;
5190
using
ToolTip
toolTip1 = new();
5191
using
ToolTip
toolTip2 = new();
5192
using
ToolTip
toolTip3 = new();
5201
List<
ToolTip
> associatedToolTips = tabPageDynamic._associatedToolTips;
System\Windows\Forms\ToolTipTests.cs (60)
104
using
ToolTip
toolTip = new()
128
using
ToolTip
toolTip = new()
159
using
ToolTip
toolTip = new()
185
using
ToolTip
toolTip = new();
187
var properties = TypeDescriptor.GetProperties(typeof(
ToolTip
));
188
PropertyDescriptor automaticProperty = properties[nameof(
ToolTip
.AutomaticDelay)];
189
PropertyDescriptor initialProperty = properties[nameof(
ToolTip
.InitialDelay)];
190
PropertyDescriptor reshowProperty = properties[nameof(
ToolTip
.ReshowDelay)];
191
PropertyDescriptor autoPopProperty = properties[nameof(
ToolTip
.AutoPopDelay)];
229
using
ToolTip
toolTip = new();
242
using
ToolTip
toolTip = new()
262
using
ToolTip
toolTip = new();
263
PropertyDescriptor property = TypeDescriptor.GetProperties(typeof(
ToolTip
))[nameof(
ToolTip
.AutoPopDelay)];
276
using
ToolTip
toolTip = new();
284
using
ToolTip
toolTip = new()
300
using
ToolTip
toolTip = new();
323
using
ToolTip
toolTip = new();
340
using
ToolTip
toolTip = new()
354
using
ToolTip
toolTip = new();
367
using
ToolTip
toolTip = new()
387
using
ToolTip
toolTip = new();
388
PropertyDescriptor property = TypeDescriptor.GetProperties(typeof(
ToolTip
))[nameof(
ToolTip
.InitialDelay)];
401
using
ToolTip
toolTip = new();
409
using
ToolTip
toolTip = new()
428
using
ToolTip
toolTip = new()
452
using
ToolTip
toolTip = new()
472
using
ToolTip
toolTip = new();
473
PropertyDescriptor property = TypeDescriptor.GetProperties(typeof(
ToolTip
))[nameof(
ToolTip
.ReshowDelay)];
486
using
ToolTip
toolTip = new();
494
using
ToolTip
toolTip = new()
513
using
ToolTip
toolTip = new()
532
using
ToolTip
toolTip = new()
547
using
ToolTip
toolTip = new()
562
using
ToolTip
toolTip = new();
570
using
ToolTip
toolTip = new()
585
using
ToolTip
toolTip = new()
604
using
ToolTip
toolTip = new()
631
using
ToolTip
toolTip = new();
645
using
ToolTip
toolTip = new();
653
using
ToolTip
toolTip = new();
665
using
ToolTip
toolTip = new();
674
using
ToolTip
toolTip = new();
692
using
ToolTip
toolTip = new()
714
using
ToolTip
toolTip = new();
722
using
ToolTip
toolTip = new();
731
using
ToolTip
toolTip = new();
750
using
ToolTip
toolTip = new();
759
using
ToolTip
toolTip = new();
767
using
ToolTip
toolTip = new();
775
using
ToolTip
toolTip = new();
783
using
ToolTip
toolTip = new();
790
using
ToolTip
toolTip = new();
804
using
ToolTip
toolTip = new();
839
using
ToolTip
toolTip = new();
880
using
ToolTip
toolTip = new();
931
internal override void SetToolTip(
ToolTip
toolTip)
937
internal override void RemoveToolTip(
ToolTip
toolTip)
System\Windows\Forms\TreeNode.IKeyboardToolTipTests.cs (1)
83
using
ToolTip
toolTip = new();
System\Windows\Forms\TreeViewTests.cs (3)
6628
ToolTip
toolTip = useKeyboardToolTip ? treeView.KeyboardToolTip : new ToolTip();
6641
ToolTip
toolTip = new();
6814
using
ToolTip
toolTip = new();
System\Windows\Forms\UpDownBaseTests.cs (1)
3020
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;