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