2 writes to lastDisplayedScrollingRow
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DatagridviewDisplayedBandsData.cs (2)
43
this.
lastDisplayedScrollingRow
= -1;
157
this.
lastDisplayedScrollingRow
= value;
1 reference to lastDisplayedScrollingRow
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DatagridviewDisplayedBandsData.cs (1)
154
if (value != this.
lastDisplayedScrollingRow
)