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