22 references to ptCurrentCellCache
System.Windows.Forms (22)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (22)
17830
if (this.
ptCurrentCellCache
.X != -1)
17832
if (!IsInnerCellOutOfBounds(this.
ptCurrentCellCache
.X, this.
ptCurrentCellCache
.Y))
17834
SetCurrentCellAddressCore(this.
ptCurrentCellCache
.X, this.
ptCurrentCellCache
.Y, false, false, false);
17836
this.
ptCurrentCellCache
.X = -1;
17837
this.
ptCurrentCellCache
.Y = -1;
17848
this.
ptCurrentCellCache
.X = this.ptCurrentCell.X;
17849
this.
ptCurrentCellCache
.Y = this.ptCurrentCell.Y;
17855
this.
ptCurrentCellCache
.X = -1;
17856
this.
ptCurrentCellCache
.Y = -1;
28235
this.
ptCurrentCellCache
.X = this.ptCurrentCell.X;
28236
this.
ptCurrentCellCache
.Y = this.ptCurrentCell.Y;
28294
if (this.
ptCurrentCellCache
.X != -1)
28296
if (!IsInnerCellOutOfBounds(this.
ptCurrentCellCache
.X, this.
ptCurrentCellCache
.Y))
28298
SetAndSelectCurrentCellAddress(this.
ptCurrentCellCache
.X,
28299
this.
ptCurrentCellCache
.Y,
28353
if (rowIndex1 == this.
ptCurrentCellCache
.Y)
28355
this.
ptCurrentCellCache
.Y = rowIndex2;
28357
else if (rowIndex2 == this.
ptCurrentCellCache
.Y)
28359
this.
ptCurrentCellCache
.Y = rowIndex1;