8 references to UpdateToolTip
System.Windows.Forms (8)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (3)
1622UpdateToolTip(item: null); 3117UpdateToolTip(item: null); // suppress the tooltip. 3243UpdateToolTip(item: null);
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownItem.cs (1)
724ParentInternal?.UpdateToolTip(this, refresh: true);
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (4)
2250ParentInternal.UpdateToolTip(this); 2267ParentInternal.UpdateToolTip(item: null); 2856ParentInternal.UpdateToolTip(this); 2863protected virtual void OnMouseLeave(EventArgs e) => ParentInternal?.UpdateToolTip(item: null);