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(); 1150if (!_controlToolTip && !DesignMode && AutoEllipsis && _showToolTip && _textToolTip is not null) 1155_textToolTip.Show(WindowsFormsUtils.TextWithoutMnemonics(Text), this); 1168if (!_controlToolTip && _textToolTip is not null && _textToolTip.GetHandleCreated()) 1170_textToolTip.RemoveAll(); 1172_textToolTip.Hide(this); 1205if (_textToolTip is not null && _textToolTip.GetHandleCreated()) 1207_textToolTip.DestroyHandle();