5 writes to NumTotallyDisplayedScrollingRows
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (5)
4765this.displayedBandsInfo.NumDisplayedScrollingRows = this.displayedBandsInfo.NumTotallyDisplayedScrollingRows = 0; 4866this.displayedBandsInfo.NumTotallyDisplayedScrollingRows = visibleScrollingRows - 1; 4870this.displayedBandsInfo.NumTotallyDisplayedScrollingRows = visibleScrollingRows; 4880this.displayedBandsInfo.NumDisplayedScrollingRows = this.displayedBandsInfo.NumTotallyDisplayedScrollingRows = 0; 20295this.displayedBandsInfo.NumTotallyDisplayedScrollingRows = 0;
8 references to NumTotallyDisplayedScrollingRows
System.Windows.Forms (8)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (8)
945this.displayedBandsInfo.NumTotallyDisplayedScrollingRows != totalVisibleRowCount - this.Rows.GetRowCount(DataGridViewElementStates.Visible | DataGridViewElementStates.Frozen) && 4896Debug.Assert(this.displayedBandsInfo.NumTotallyDisplayedScrollingRows >= 0, "the number of totally visible scrolling rows can't be negative"); 5578(this.displayedBandsInfo.NumTotallyDisplayedFrozenRows + this.displayedBandsInfo.NumTotallyDisplayedScrollingRows); 10363this.displayedBandsInfo.NumTotallyDisplayedScrollingRows != totalVisibleRowCount - this.Rows.GetRowCount(DataGridViewElementStates.Visible | DataGridViewElementStates.Frozen) && 10391this.displayedBandsInfo.NumTotallyDisplayedScrollingRows != totalVisibleRowCount - this.Rows.GetRowCount(DataGridViewElementStates.Visible | DataGridViewElementStates.Frozen) && 10443this.displayedBandsInfo.NumTotallyDisplayedScrollingRows != totalVisibleRowCount && 23285jumpRows += this.displayedBandsInfo.NumTotallyDisplayedScrollingRows; 23512jumpRows = this.displayedBandsInfo.NumTotallyDisplayedScrollingRows;