22 references to _ptCurrentCellCache
System.Windows.Forms (22)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (22)
17394
if (
_ptCurrentCellCache
.X != -1)
17396
if (!IsInnerCellOutOfBounds(
_ptCurrentCellCache
.X,
_ptCurrentCellCache
.Y))
17398
SetCurrentCellAddressCore(
_ptCurrentCellCache
.X,
_ptCurrentCellCache
.Y, false, false, false);
17401
_ptCurrentCellCache
.X = -1;
17402
_ptCurrentCellCache
.Y = -1;
17412
_ptCurrentCellCache
.X = _ptCurrentCell.X;
17413
_ptCurrentCellCache
.Y = _ptCurrentCell.Y;
17420
_ptCurrentCellCache
.X = -1;
17421
_ptCurrentCellCache
.Y = -1;
28228
_ptCurrentCellCache
.X = _ptCurrentCell.X;
28229
_ptCurrentCellCache
.Y = _ptCurrentCell.Y;
28296
if (
_ptCurrentCellCache
.X != -1)
28298
if (!IsInnerCellOutOfBounds(
_ptCurrentCellCache
.X,
_ptCurrentCellCache
.Y))
28301
_ptCurrentCellCache
.X,
28302
_ptCurrentCellCache
.Y,
28358
if (rowIndex1 ==
_ptCurrentCellCache
.Y)
28360
_ptCurrentCellCache
.Y = rowIndex2;
28362
else if (rowIndex2 ==
_ptCurrentCellCache
.Y)
28364
_ptCurrentCellCache
.Y = rowIndex1;