2 writes to textToolTip
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ButtonBase.cs (2)
111textToolTip = new ToolTip(); 768textToolTip = null;
7 references to textToolTip
System.Windows.Forms (7)
winforms\Managed\System\WinForms\ButtonBase.cs (7)
110if (textToolTip == null) { 766if (textToolTip != null) { 767textToolTip.Dispose(); 824if (!DesignMode && AutoEllipsis && ShowToolTip && textToolTip != null) { 828textToolTip.Show(WindowsFormsUtils.TextWithoutMnemonics(Text), this); 848if (textToolTip != null) { 852textToolTip.Hide(this);