7 references to UpdateToolTip
System.Windows.Forms (7)
winforms\Managed\System\WinForms\ToolStrip.cs (3)
1792UpdateToolTip(null); 3253UpdateToolTip(null); // supress the tooltip. 3413UpdateToolTip(null);
winforms\Managed\System\WinForms\ToolStripItem.cs (4)
2624ParentInternal.UpdateToolTip(this); 2637ParentInternal.UpdateToolTip(null); 3230ParentInternal.UpdateToolTip(this); 3239ParentInternal.UpdateToolTip(null);