22 references to ptCurrentCellCache
System.Windows.Forms (22)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (22)
17830if (this.ptCurrentCellCache.X != -1) 17832if (!IsInnerCellOutOfBounds(this.ptCurrentCellCache.X, this.ptCurrentCellCache.Y)) 17834SetCurrentCellAddressCore(this.ptCurrentCellCache.X, this.ptCurrentCellCache.Y, false, false, false); 17836this.ptCurrentCellCache.X = -1; 17837this.ptCurrentCellCache.Y = -1; 17848this.ptCurrentCellCache.X = this.ptCurrentCell.X; 17849this.ptCurrentCellCache.Y = this.ptCurrentCell.Y; 17855this.ptCurrentCellCache.X = -1; 17856this.ptCurrentCellCache.Y = -1; 28235this.ptCurrentCellCache.X = this.ptCurrentCell.X; 28236this.ptCurrentCellCache.Y = this.ptCurrentCell.Y; 28294if (this.ptCurrentCellCache.X != -1) 28296if (!IsInnerCellOutOfBounds(this.ptCurrentCellCache.X, this.ptCurrentCellCache.Y)) 28298SetAndSelectCurrentCellAddress(this.ptCurrentCellCache.X, 28299this.ptCurrentCellCache.Y, 28353if (rowIndex1 == this.ptCurrentCellCache.Y) 28355this.ptCurrentCellCache.Y = rowIndex2; 28357else if (rowIndex2 == this.ptCurrentCellCache.Y) 28359this.ptCurrentCellCache.Y = rowIndex1;