1 write to toolTipControl
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridView.cs (1)
531
this.
toolTipControl
= new DataGridViewToolTip(this);
20 references to toolTipControl
System.Windows.Forms (20)
winforms\Managed\System\WinForms\DataGridView.cs (9)
4791
this.
toolTipControl
.Activate(!String.IsNullOrEmpty(this.toolTipCaption));
4799
this.
toolTipControl
.Activate(false /*activate*/);
4805
this.
toolTipControl
.Activate(!String.IsNullOrEmpty(this.toolTipCaption));
4845
this.
toolTipControl
.Activate(!String.IsNullOrEmpty(this.toolTipCaption) /*activate*/);
4853
this.
toolTipControl
.Activate(false /*activate*/);
4863
this.
toolTipControl
.Activate(activate);
4940
this.
toolTipControl
.Activate(!String.IsNullOrEmpty(this.toolTipCaption));
4948
this.
toolTipControl
.Activate(false /*activate*/);
4954
this.
toolTipControl
.Activate(!String.IsNullOrEmpty(this.toolTipCaption));
winforms\Managed\System\WinForms\DataGridViewMethods.cs (11)
77
this.
toolTipControl
.Activate(activate);
1493
if (this.
toolTipControl
.Activated)
1495
this.
toolTipControl
.Activate(false /*activate*/);
2741
if (this.
toolTipControl
.Activated && this.ptToolTipCell == this.ptCurrentCell)
2743
this.
toolTipControl
.Activate(false /*activate*/);
3318
if (this.
toolTipControl
.ToolTip == toolTip)
5672
this.
toolTipControl
.Dispose();
16559
!this.
toolTipControl
.Activated)
16581
bool mouseOverToolTipControl = this.
toolTipControl
.Activated && this.ClientRectangle.Contains(PointToClient(Control.MousePosition));
16602
this.
toolTipControl
.Activate(false /*activate*/);
16775
if (!this.
toolTipControl
.Activated)