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