4 writes to _showToolTip
System.Windows.Forms (4)
System\Windows\Forms\Controls\Labels\Label.cs (2)
1273
_showToolTip
= (clientRect.Width < preferredSize.Width || clientRect.Height < preferredSize.Height);
1277
_showToolTip
= false;
System\Windows\Forms\Controls\Labels\LinkLabel.cs (2)
988
_showToolTip
= clientRect.Width < preferredSize.Width || clientRect.Height < preferredSize.Height;
992
_showToolTip
= false;
1 reference to _showToolTip
System.Windows.Forms (1)
System\Windows\Forms\Controls\Labels\Label.cs (1)
1150
if (!_controlToolTip && !DesignMode && AutoEllipsis &&
_showToolTip
&& _textToolTip is not null)