7 writes to VerticalScrollType
PresentationFramework (7)
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (7)
9687
_scrollData.
VerticalScrollType
= ScrollType.ToEnd;
9983
_scrollData.
VerticalScrollType
= ScrollType.ToEnd;
10132
_scrollData.
VerticalScrollType
= ScrollType.ToEnd;
11381
_scrollData.
VerticalScrollType
= ScrollType.None;
11754
VerticalScrollType
= ScrollType.ToEnd;
11758
VerticalScrollType
= ScrollType.Absolute;
11762
VerticalScrollType
= ScrollType.Relative;
6 references to VerticalScrollType
PresentationFramework (6)
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (6)
9968
if (_scrollData.
VerticalScrollType
== ScrollType.ToEnd ||
9991
else if (_scrollData.
VerticalScrollType
== ScrollType.Absolute)
10118
if (_scrollData.
VerticalScrollType
== ScrollType.ToEnd ||
10141
else if (_scrollData.
VerticalScrollType
== ScrollType.Absolute)
10242
if (!isHorizontal && _scrollData.
VerticalScrollType
== ScrollType.ToEnd)
11760
else if (
VerticalScrollType
== ScrollType.None)