2 writes to textToolTip
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Label.cs (2)
191textToolTip = new ToolTip(); 1179textToolTip = null;
12 references to textToolTip
System.Windows.Forms (12)
winforms\Managed\System\WinForms\Label.cs (12)
190if (textToolTip == null) { 1177if (textToolTip != null) { 1178textToolTip.Dispose(); 1398if (!controlToolTip && !DesignMode && AutoEllipsis && showToolTip && textToolTip != null) { 1404textToolTip.Show(WindowsFormsUtils.TextWithoutMnemonics(Text), this); 1425if (!controlToolTip && textToolTip != null && textToolTip.GetHandleCreated()) { 1426textToolTip.RemoveAll(); 1430textToolTip.Hide(this); 1469if (textToolTip != null && textToolTip.GetHandleCreated()) 1471textToolTip.DestroyHandle();