5 references to SetToolTip
System.Windows.Forms (2)
winforms\Managed\System\WinForms\UpDownBase.cs (2)
1245
toolTip.
SetToolTip
(this.upDownEdit , caption);
1246
toolTip.
SetToolTip
(this.upDownButtons , caption);
System.Workflow.ComponentModel (3)
AuthoringOM\Design\DesignerWidgets.cs (3)
1710
this.buttonTips.
SetToolTip
(this, string.Empty);
1853
this.buttonTips.
SetToolTip
(this, tabItemInfo.Text);
1865
this.buttonTips.
SetToolTip
(this, string.Empty);