2 writes to _textToolTip
System.Windows.Forms (2)
System\Windows\Forms\Controls\Labels\Label.cs (2)
152
_textToolTip
??= new ToolTip();
959
_textToolTip
= null;
10 references to _textToolTip
System.Windows.Forms (10)
System\Windows\Forms\Controls\Labels\Label.cs (10)
958
_textToolTip
?.Dispose();
1150
if (!_controlToolTip && !DesignMode && AutoEllipsis && _showToolTip &&
_textToolTip
is not null)
1155
_textToolTip
.Show(WindowsFormsUtils.TextWithoutMnemonics(Text), this);
1168
if (!_controlToolTip &&
_textToolTip
is not null &&
_textToolTip
.GetHandleCreated())
1170
_textToolTip
.RemoveAll();
1172
_textToolTip
.Hide(this);
1205
if (
_textToolTip
is not null &&
_textToolTip
.GetHandleCreated())
1207
_textToolTip
.DestroyHandle();