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