8 references to GetToolTip
System.Windows.Forms (7)
winforms\Managed\System\WinForms\ToolTip.cs (7)
760
treeView.SetToolTip(this,
GetToolTip
(associatedControl));
772
tabControl.SetToolTip(this,
GetToolTip
(associatedControl));
777
((ListView)associatedControl).SetToolTip(this,
GetToolTip
(associatedControl));
797
((UpDownBase)associatedControl).SetToolTip(this,
GetToolTip
(associatedControl));
995
string caption =
GetToolTip
(ctl);
1973
SetToolInfo(tool,
GetToolTip
(tool));
2631
OnDraw(new DrawToolTipEventArgs(g, win, ac, bounds,
GetToolTip
(ac),
System.Workflow.ComponentModel (1)
AuthoringOM\Design\DesignerWidgets.cs (1)
1850
if (buttonRectangle.Contains(new Point(e.X, e.Y)) && tabItemInfo.Text != this.buttonTips.
GetToolTip
(this))