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