22 references to _ptCurrentCellCache
System.Windows.Forms (22)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (22)
17391if (_ptCurrentCellCache.X != -1) 17393if (!IsInnerCellOutOfBounds(_ptCurrentCellCache.X, _ptCurrentCellCache.Y)) 17395SetCurrentCellAddressCore(_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; 28291if (_ptCurrentCellCache.X != -1) 28293if (!IsInnerCellOutOfBounds(_ptCurrentCellCache.X, _ptCurrentCellCache.Y)) 28296_ptCurrentCellCache.X, 28297_ptCurrentCellCache.Y, 28353if (rowIndex1 == _ptCurrentCellCache.Y) 28355_ptCurrentCellCache.Y = rowIndex2; 28357else if (rowIndex2 == _ptCurrentCellCache.Y) 28359_ptCurrentCellCache.Y = rowIndex1;