2 writes to firstDisplayedScrollingRow
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DatagridviewDisplayedBandsData.cs (2)
40this.firstDisplayedScrollingRow = -1; 121this.firstDisplayedScrollingRow = value;
3 references to firstDisplayedScrollingRow
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DatagridviewDisplayedBandsData.cs (3)
114return this.firstDisplayedScrollingRow; 118if (value != this.firstDisplayedScrollingRow) 358this.oldFirstDisplayedScrollingRow = this.firstDisplayedScrollingRow;