4 writes to VerticalScrollingOffset
System.Windows.Forms (4)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (4)
4604
VerticalScrollingOffset
= _vertScrollBar.Value;
10427
VerticalScrollingOffset
= _vertScrollBar.Value;
10432
VerticalScrollingOffset
= ComputeHeightOfScrolledOffRows();
26393
VerticalScrollingOffset
-= deltaY;
13 references to VerticalScrollingOffset
System.Windows.Forms (13)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (3)
4090
get =>
VerticalScrollingOffset
;
4105
if (value ==
VerticalScrollingOffset
)
4110
int change = value -
VerticalScrollingOffset
;
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (7)
4607
&& (oldVertScrollBarValue !=
VerticalScrollingOffset
4616
Debug.Assert(
VerticalScrollingOffset
== _vertScrollBar.Value);
8694
&&
VerticalScrollingOffset
!= 0)
8711
if (
VerticalScrollingOffset
+ Rows.SharedRow(DisplayedBandsInfo.FirstDisplayedScrollingRow).GetHeight(DisplayedBandsInfo.FirstDisplayedScrollingRow) <=
8875
&&
VerticalScrollingOffset
!= 0)
8896
if (
VerticalScrollingOffset
+ Rows.SharedRow(DisplayedBandsInfo.FirstDisplayedScrollingRow).GetHeight(DisplayedBandsInfo.FirstDisplayedScrollingRow) <=
26396
_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) &&