22 references to _ptCurrentCellCache
System.Windows.Forms (22)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (22)
17391
if (
_ptCurrentCellCache
.X != -1)
17393
if (!IsInnerCellOutOfBounds(
_ptCurrentCellCache
.X,
_ptCurrentCellCache
.Y))
17395
SetCurrentCellAddressCore(
_ptCurrentCellCache
.X,
_ptCurrentCellCache
.Y, false, false, false);
17398
_ptCurrentCellCache
.X = -1;
17399
_ptCurrentCellCache
.Y = -1;
17409
_ptCurrentCellCache
.X = _ptCurrentCell.X;
17410
_ptCurrentCellCache
.Y = _ptCurrentCell.Y;
17417
_ptCurrentCellCache
.X = -1;
17418
_ptCurrentCellCache
.Y = -1;
28223
_ptCurrentCellCache
.X = _ptCurrentCell.X;
28224
_ptCurrentCellCache
.Y = _ptCurrentCell.Y;
28291
if (
_ptCurrentCellCache
.X != -1)
28293
if (!IsInnerCellOutOfBounds(
_ptCurrentCellCache
.X,
_ptCurrentCellCache
.Y))
28296
_ptCurrentCellCache
.X,
28297
_ptCurrentCellCache
.Y,
28353
if (rowIndex1 ==
_ptCurrentCellCache
.Y)
28355
_ptCurrentCellCache
.Y = rowIndex2;
28357
else if (rowIndex2 ==
_ptCurrentCellCache
.Y)
28359
_ptCurrentCellCache
.Y = rowIndex1;