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