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