4 writes to VerticalScrollingOffset
System.Windows.Forms (4)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (4)
4545
VerticalScrollingOffset
= _vertScrollBar.Value;
10368
VerticalScrollingOffset
= _vertScrollBar.Value;
10373
VerticalScrollingOffset
= ComputeHeightOfScrolledOffRows();
26320
VerticalScrollingOffset
-= deltaY;
13 references to VerticalScrollingOffset
System.Windows.Forms (13)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (3)
4085
get =>
VerticalScrollingOffset
;
4100
if (value ==
VerticalScrollingOffset
)
4105
int change = value -
VerticalScrollingOffset
;
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (7)
4548
&& (oldVertScrollBarValue !=
VerticalScrollingOffset
4557
Debug.Assert(
VerticalScrollingOffset
== _vertScrollBar.Value);
8635
&&
VerticalScrollingOffset
!= 0)
8652
if (
VerticalScrollingOffset
+ Rows.SharedRow(DisplayedBandsInfo.FirstDisplayedScrollingRow).GetHeight(DisplayedBandsInfo.FirstDisplayedScrollingRow) <=
8816
&&
VerticalScrollingOffset
!= 0)
8837
if (
VerticalScrollingOffset
+ Rows.SharedRow(DisplayedBandsInfo.FirstDisplayedScrollingRow).GetHeight(DisplayedBandsInfo.FirstDisplayedScrollingRow) <=
26323
_vertScrollBar.Value =
VerticalScrollingOffset
;
System\Windows\Forms\Controls\DataGridView\DataGridViewRowCollection.cs (3)
2001
useRowShortcut = GetRowsHeightExceedLimit(DataGridViewElementStates.Visible, 0, rowIndex, DataGridView.LayoutInfo.Data.Height + DataGridView.
VerticalScrollingOffset
) &&
2011
int displayedRowsHeightBeforeAddition = GetRowsHeight(DataGridViewElementStates.Visible) - DataGridView.
VerticalScrollingOffset
- dataGridViewRow.GetHeight(rowIndex);
2053
useRowShortcut = GetRowsHeightExceedLimit(DataGridViewElementStates.Visible, 0, rowIndex, DataGridView.LayoutInfo.Data.Height + DataGridView.
VerticalScrollingOffset
+ SystemInformation.HorizontalScrollBarHeight) &&