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