2 writes to firstDisplayedScrollingCol
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DatagridviewDisplayedBandsData.cs (2)
41
this.
firstDisplayedScrollingCol
= -1;
105
this.
firstDisplayedScrollingCol
= value;
3 references to firstDisplayedScrollingCol
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DatagridviewDisplayedBandsData.cs (3)
98
return this.
firstDisplayedScrollingCol
;
102
if (value != this.
firstDisplayedScrollingCol
)
359
this.oldFirstDisplayedScrollingCol = this.
firstDisplayedScrollingCol
;