4 writes to oldFirstDisplayedScrollingRow
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DatagridviewDisplayedBandsData.cs (4)
46this.oldFirstDisplayedScrollingRow = -1; 340this.oldFirstDisplayedScrollingRow--; 349this.oldFirstDisplayedScrollingRow += insertionCount; 358this.oldFirstDisplayedScrollingRow = this.firstDisplayedScrollingRow;
5 references to oldFirstDisplayedScrollingRow
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DatagridviewDisplayedBandsData.cs (5)
286return this.oldFirstDisplayedScrollingRow; 338if (this.oldFirstDisplayedScrollingRow != -1 && rowIndex <= this.oldFirstDisplayedScrollingRow) 347if (this.oldFirstDisplayedScrollingRow != -1 && rowIndex <= this.oldFirstDisplayedScrollingRow)