2 writes to _textToolTip
System.Windows.Forms (2)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (2)
111
_textToolTip
??= new ToolTip();
786
_textToolTip
= null;
4 references to _textToolTip
System.Windows.Forms (4)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (4)
785
_textToolTip
?.Dispose();
841
if (!DesignMode && AutoEllipsis && ShowToolTip &&
_textToolTip
is not null)
843
_textToolTip
.Show(WindowsFormsUtils.TextWithoutMnemonics(Text), this);
856
_textToolTip
?.Hide(this);