9 references to UpdateToolTip
System.Windows.Forms (9)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (3)
1619UpdateToolTip(item: null); 3114UpdateToolTip(item: null); // suppress the tooltip. 3240UpdateToolTip(item: null);
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownItem.cs (1)
724ParentInternal?.UpdateToolTip(this, refresh: true);
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (5)
2242ParentInternal.UpdateToolTip(this); 2259ParentInternal.UpdateToolTip(item: null); 2848ParentInternal.UpdateToolTip(this); 2855protected virtual void OnMouseLeave(EventArgs e) => ParentInternal?.UpdateToolTip(item: null); 3051Owner?.UpdateToolTip(this, true);