3 writes to oldFirstDisplayedScrollingCol
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DatagridviewDisplayedBandsData.cs (3)
47
this.
oldFirstDisplayedScrollingCol
= -1;
330
this.
oldFirstDisplayedScrollingCol
+= insertionCount;
359
this.
oldFirstDisplayedScrollingCol
= this.firstDisplayedScrollingCol;
3 references to oldFirstDisplayedScrollingCol
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DatagridviewDisplayedBandsData.cs (3)
278
return this.
oldFirstDisplayedScrollingCol
;
328
if (this.
oldFirstDisplayedScrollingCol
!= -1 && columnIndex <= this.
oldFirstDisplayedScrollingCol
)