2 writes to lastTotallyDisplayedScrollingCol
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DatagridviewDisplayedBandsData.cs (2)
42
this.
lastTotallyDisplayedScrollingCol
= -1;
173
this.
lastTotallyDisplayedScrollingCol
= value;
2 references to lastTotallyDisplayedScrollingCol
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DatagridviewDisplayedBandsData.cs (2)
166
return this.
lastTotallyDisplayedScrollingCol
;
170
if (value != this.
lastTotallyDisplayedScrollingCol
)