49 references to SetToolTip
PresentationUI (4)
MS\Internal\Documents\RMPublishingDialog.cs (4)
545
_toolTip.
SetToolTip
(button, tooltip);
933
_toolTip.
SetToolTip
(buttonAddUser, SR.RMPublishingAddUserButtonToolTip);
960
_toolTip.
SetToolTip
(buttonSave, SR.RMPublishingSaveButtonToolTip);
962
_toolTip.
SetToolTip
(buttonSaveAs, SR.RMPublishingSaveAsButtonToolTip);
System.Windows.Forms (6)
System\Windows\Forms\Controls\TabControl\TabPage.cs (2)
458
_internalToolTip.
SetToolTip
(this, value);
659
_internalToolTip.
SetToolTip
(this, ToolTipText);
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (4)
987
toolTip.
SetToolTip
(_upDownEdit, caption);
988
toolTip.
SetToolTip
(_upDownButtons, caption);
999
toolTip.
SetToolTip
(_upDownEdit, caption);
1000
toolTip.
SetToolTip
(_upDownButtons, caption);
System.Windows.Forms.Design (8)
System\ComponentModel\Design\DesignerActionPanel.CheckBoxPropertyLine.cs (1)
57
toolTip.
SetToolTip
(_checkBox, PropertyItem.Description);
System\ComponentModel\Design\DesignerActionPanel.MethodLine.cs (1)
89
toolTip.
SetToolTip
(_linkLabel, _methodItem.Description);
System\ComponentModel\Design\DesignerActionPanel.TextBoxPropertyLine.cs (1)
129
toolTip.
SetToolTip
(_label, PropertyItem.Description);
System\ComponentModel\Design\DesignerActionPanel.TextLine.cs (1)
70
toolTip.
SetToolTip
(_label, _textItem.Description);
System\Windows\Forms\Design\InheritanceUI.cs (4)
65
_toolTip.
SetToolTip
(c, text);
72
_toolTip.
SetToolTip
(child, text);
90
_toolTip.
SetToolTip
(c, caption: null);
97
_toolTip.
SetToolTip
(child, caption: null);
System.Windows.Forms.Tests (20)
KeyboardTooltipStateMachineTests.cs (2)
62
toolTip.
SetToolTip
(control, "Non-persistent");
94
toolTip.
SetToolTip
(control, "test");
System\Windows\Forms\LabelTests.cs (1)
235
toolTip.
SetToolTip
(label, "Some test text"); // Invokes Label's SetToolTip inside
System\Windows\Forms\ListViewTests.cs (1)
5127
toolTip.
SetToolTip
(listView, text); // Invokes ListView's SetToolTip inside
System\Windows\Forms\TabControlTests.cs (1)
5700
toolTip.
SetToolTip
(control, text); // Invokes TabControl's SetToolTip inside
System\Windows\Forms\TabPageTests.cs (2)
4923
toolTip.
SetToolTip
(control, text);
5020
toolTip.
SetToolTip
(control, text);
System\Windows\Forms\ToolTipTests.cs (10)
652
toolTip.
SetToolTip
(control, "caption");
674
toolTip.
SetToolTip
(control, caption);
678
toolTip.
SetToolTip
(control, caption);
695
toolTip.
SetToolTip
(control, caption);
699
toolTip.
SetToolTip
(control, caption);
713
Assert.Throws<ArgumentNullException>("control", () => toolTip.
SetToolTip
(null, caption));
794
toolTip.
SetToolTip
(control, "Some test text");
814
toolTip.
SetToolTip
(control, "Some test text");
841
toolTip.
SetToolTip
(tabControl, "TabControl");
883
toolTip.
SetToolTip
(tabControl, "Test");
System\Windows\Forms\TreeViewTests.cs (1)
6822
toolTip.
SetToolTip
(treeView, text); // Invokes TreeView's SetToolTip inside
System\Windows\Forms\UpDownBaseTests.cs (2)
3029
toolTip.
SetToolTip
(upDownBase, text); // Invokes UpDownBase's SetToolTip inside
3036
toolTip.
SetToolTip
(upDownBase, null); // Invokes UpDownBase's SetToolTip inside
WinFormsControlsTest (11)
Buttons.cs (1)
99
toolTip1.
SetToolTip
(button, $"{style}.");
ComboBoxesWithScrollBars.Designer.cs (4)
144
this.toolTip1.
SetToolTip
(this.changeDDH_UpDown1, "Sets IntegralHeight to false. MaxDropDownItems won\'t be available after it settin" +
192
this.toolTip1.
SetToolTip
(this.changeDDH_UpDown3, "Sets IntegralHeight to false. MaxDropDownItems won\'t be available after it settin" +
234
this.toolTip1.
SetToolTip
(this.maxDropDownItemsUpDown2, "It doesn\'t affect the combobox with the Simple dropdown style");
341
this.toolTip1.
SetToolTip
(this.useDifferentHeightsCheckBox3, "Changes DropDownList dropdown style to DropDown in view.\nIt is impossible to retu" +
ToolTipTests.Designer.cs (6)
56
this.delaysNotSetToolTip.
SetToolTip
(this.delaysNotSetButton, "Persistent");
67
this.automaticDelayToolTip.
SetToolTip
(this.automaticDelayButton, "Not persistent");
78
this.autoPopDelayToolTip.
SetToolTip
(this.autoPopDelayButton, "Not persistent");
104
this.defaultAutomaticDelayToolTip.
SetToolTip
(this.defaultAutomaticDelayButton, "Persistent");
115
this.defaultAutoPopDelayToolTip.
SetToolTip
(this.defaultAutoPopDelayButton, "Persistent");
126
this.initialDelayToolTip.
SetToolTip
(this.initialDelayButton, "Persistent");