22 references to _ptCurrentCellCache
System.Windows.Forms (22)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (22)
17394if (_ptCurrentCellCache.X != -1) 17396if (!IsInnerCellOutOfBounds(_ptCurrentCellCache.X, _ptCurrentCellCache.Y)) 17398SetCurrentCellAddressCore(_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; 28296if (_ptCurrentCellCache.X != -1) 28298if (!IsInnerCellOutOfBounds(_ptCurrentCellCache.X, _ptCurrentCellCache.Y)) 28301_ptCurrentCellCache.X, 28302_ptCurrentCellCache.Y, 28358if (rowIndex1 == _ptCurrentCellCache.Y) 28360_ptCurrentCellCache.Y = rowIndex2; 28362else if (rowIndex2 == _ptCurrentCellCache.Y) 28364_ptCurrentCellCache.Y = rowIndex1;