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