2 writes to _textToolTip
System.Windows.Forms (2)
System\Windows\Forms\Controls\Labels\Label.cs (2)
148_textToolTip ??= new ToolTip(); 957_textToolTip = null;
10 references to _textToolTip
System.Windows.Forms (10)
System\Windows\Forms\Controls\Labels\Label.cs (10)
956_textToolTip?.Dispose(); 1148if (!_controlToolTip && !DesignMode && AutoEllipsis && _showToolTip && _textToolTip is not null) 1153_textToolTip.Show(WindowsFormsUtils.TextWithoutMnemonics(Text), this); 1166if (!_controlToolTip && _textToolTip is not null && _textToolTip.GetHandleCreated()) 1168_textToolTip.RemoveAll(); 1170_textToolTip.Hide(this); 1203if (_textToolTip is not null && _textToolTip.GetHandleCreated()) 1205_textToolTip.DestroyHandle();