4 writes to showToolTip
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Label.cs (2)
1539
showToolTip
= (clientRect.Width < preferredSize.Width || clientRect.Height < preferredSize.Height);
1542
showToolTip
= false;
winforms\Managed\System\WinForms\LinkLabel.cs (2)
1146
showToolTip
= (clientRect.Width < preferredSize.Width || clientRect.Height < preferredSize.Height);
1149
showToolTip
= false;
1 reference to showToolTip
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Label.cs (1)
1398
if (!controlToolTip && !DesignMode && AutoEllipsis &&
showToolTip
&& textToolTip != null) {