22 references to _ptCurrentCellCache
System.Windows.Forms (22)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (22)
17388
if (
_ptCurrentCellCache
.X != -1)
17390
if (!IsInnerCellOutOfBounds(
_ptCurrentCellCache
.X,
_ptCurrentCellCache
.Y))
17392
SetCurrentCellAddressCore(
_ptCurrentCellCache
.X,
_ptCurrentCellCache
.Y, false, false, false);
17395
_ptCurrentCellCache
.X = -1;
17396
_ptCurrentCellCache
.Y = -1;
17406
_ptCurrentCellCache
.X = _ptCurrentCell.X;
17407
_ptCurrentCellCache
.Y = _ptCurrentCell.Y;
17414
_ptCurrentCellCache
.X = -1;
17415
_ptCurrentCellCache
.Y = -1;
28220
_ptCurrentCellCache
.X = _ptCurrentCell.X;
28221
_ptCurrentCellCache
.Y = _ptCurrentCell.Y;
28288
if (
_ptCurrentCellCache
.X != -1)
28290
if (!IsInnerCellOutOfBounds(
_ptCurrentCellCache
.X,
_ptCurrentCellCache
.Y))
28293
_ptCurrentCellCache
.X,
28294
_ptCurrentCellCache
.Y,
28350
if (rowIndex1 ==
_ptCurrentCellCache
.Y)
28352
_ptCurrentCellCache
.Y = rowIndex2;
28354
else if (rowIndex2 ==
_ptCurrentCellCache
.Y)
28356
_ptCurrentCellCache
.Y = rowIndex1;