8 references to UpdateToolTip
System.Windows.Forms (8)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (3)
1622
UpdateToolTip
(item: null);
3117
UpdateToolTip
(item: null); // suppress the tooltip.
3243
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)
2250
ParentInternal.
UpdateToolTip
(this);
2267
ParentInternal.
UpdateToolTip
(item: null);
2856
ParentInternal.
UpdateToolTip
(this);
2863
protected virtual void OnMouseLeave(EventArgs e) => ParentInternal?.
UpdateToolTip
(item: null);