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