18 references to SetToolTip
PresentationUI (4)
MS\Internal\Documents\RMPublishingDialog.cs (4)
536_toolTip.SetToolTip(button, tooltip); 918_toolTip.SetToolTip(buttonAddUser, SR.RMPublishingAddUserButtonToolTip); 945_toolTip.SetToolTip(buttonSave, SR.RMPublishingSaveButtonToolTip); 947_toolTip.SetToolTip(buttonSaveAs, SR.RMPublishingSaveAsButtonToolTip);
System.Windows.Forms (6)
System\Windows\Forms\Controls\TabControl\TabPage.cs (2)
464_internalToolTip.SetToolTip(this, value); 663_internalToolTip.SetToolTip(this, ToolTipText);
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (4)
982toolTip.SetToolTip(_upDownEdit, caption); 983toolTip.SetToolTip(_upDownButtons, caption); 994toolTip.SetToolTip(_upDownEdit, caption); 995toolTip.SetToolTip(_upDownButtons, caption);
System.Windows.Forms.Design (8)
System\ComponentModel\Design\DesignerActionPanel.CheckBoxPropertyLine.cs (1)
57toolTip.SetToolTip(_checkBox, PropertyItem.Description);
System\ComponentModel\Design\DesignerActionPanel.MethodLine.cs (1)
89toolTip.SetToolTip(_linkLabel, _methodItem.Description);
System\ComponentModel\Design\DesignerActionPanel.TextBoxPropertyLine.cs (1)
129toolTip.SetToolTip(_label, PropertyItem.Description);
System\ComponentModel\Design\DesignerActionPanel.TextLine.cs (1)
70toolTip.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);