4 writes to VerticalScrollingOffset
System.Windows.Forms (4)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (4)
4548
VerticalScrollingOffset
= _vertScrollBar.Value;
10371
VerticalScrollingOffset
= _vertScrollBar.Value;
10376
VerticalScrollingOffset
= ComputeHeightOfScrolledOffRows();
26329
VerticalScrollingOffset
-= deltaY;
13 references to VerticalScrollingOffset
System.Windows.Forms (13)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (3)
4084
get =>
VerticalScrollingOffset
;
4099
if (value ==
VerticalScrollingOffset
)
4104
int change = value -
VerticalScrollingOffset
;
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (7)
4551
&& (oldVertScrollBarValue !=
VerticalScrollingOffset
4560
Debug.Assert(
VerticalScrollingOffset
== _vertScrollBar.Value);
8638
&&
VerticalScrollingOffset
!= 0)
8655
if (
VerticalScrollingOffset
+ Rows.SharedRow(DisplayedBandsInfo.FirstDisplayedScrollingRow).GetHeight(DisplayedBandsInfo.FirstDisplayedScrollingRow) <=
8819
&&
VerticalScrollingOffset
!= 0)
8840
if (
VerticalScrollingOffset
+ Rows.SharedRow(DisplayedBandsInfo.FirstDisplayedScrollingRow).GetHeight(DisplayedBandsInfo.FirstDisplayedScrollingRow) <=
26332
_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) &&