8 references to UpdateToolTip
System.Windows.Forms (8)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (3)
1620UpdateToolTip(item: null); 3115UpdateToolTip(item: null); // suppress the tooltip. 3241UpdateToolTip(item: null);
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownItem.cs (1)
724ParentInternal?.UpdateToolTip(this, refresh: true);
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (4)
2242ParentInternal.UpdateToolTip(this); 2259ParentInternal.UpdateToolTip(item: null); 2848ParentInternal.UpdateToolTip(this); 2855protected virtual void OnMouseLeave(EventArgs e) => ParentInternal?.UpdateToolTip(item: null);