3 writes to ptToolTipCell
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (1)
521
this.
ptToolTipCell
= new Point(-1, -1);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (2)
76
this.
ptToolTipCell
= new Point(columnIndex, rowIndex);
16780
this.
ptToolTipCell
= new Point(-1, -1);
1 reference to ptToolTipCell
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
2741
if (this.toolTipControl.Activated && this.
ptToolTipCell
== this.ptCurrentCell)