22 references to _ptCurrentCellCache
System.Windows.Forms (22)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (22)
17388if (_ptCurrentCellCache.X != -1) 17390if (!IsInnerCellOutOfBounds(_ptCurrentCellCache.X, _ptCurrentCellCache.Y)) 17392SetCurrentCellAddressCore(_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; 28288if (_ptCurrentCellCache.X != -1) 28290if (!IsInnerCellOutOfBounds(_ptCurrentCellCache.X, _ptCurrentCellCache.Y)) 28293_ptCurrentCellCache.X, 28294_ptCurrentCellCache.Y, 28350if (rowIndex1 == _ptCurrentCellCache.Y) 28352_ptCurrentCellCache.Y = rowIndex2; 28354else if (rowIndex2 == _ptCurrentCellCache.Y) 28356_ptCurrentCellCache.Y = rowIndex1;