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