4 writes to verticalOffset
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (4)
4514this.verticalOffset = this.vertScrollBar.Value; 10545this.verticalOffset = this.vertScrollBar.Value; 10550this.verticalOffset = ComputeHeightOfScrolledOffRows(); 26427this.verticalOffset -= deltaY;
11 references to verticalOffset
System.Windows.Forms (11)
winforms\Managed\System\WinForms\DataGridView.cs (4)
5193return this.verticalOffset; 5207if (value == this.verticalOffset) 5212int change = value - this.verticalOffset; 5239return this.verticalOffset;
winforms\Managed\System\WinForms\DataGridViewMethods.cs (7)
4517(oldVertScrollBarValue != this.verticalOffset || 4523Debug.Assert(this.verticalOffset == this.vertScrollBar.Value); 8710this.verticalOffset != 0) 8734if (this.verticalOffset + this.Rows.SharedRow(this.displayedBandsInfo.FirstDisplayedScrollingRow).GetHeight(this.displayedBandsInfo.FirstDisplayedScrollingRow) <= 8893this.verticalOffset != 0 8915if (this.verticalOffset + this.Rows.SharedRow(this.displayedBandsInfo.FirstDisplayedScrollingRow).GetHeight(this.displayedBandsInfo.FirstDisplayedScrollingRow) <= 26430this.vertScrollBar.Value = this.verticalOffset;