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