7 writes to VerticalScrollType
PresentationFramework (7)
System\Windows\Controls\VirtualizingStackPanel.cs (7)
9834
_scrollData.
VerticalScrollType
= ScrollType.ToEnd;
10130
_scrollData.
VerticalScrollType
= ScrollType.ToEnd;
10279
_scrollData.
VerticalScrollType
= ScrollType.ToEnd;
11516
_scrollData.
VerticalScrollType
= ScrollType.None;
11892
VerticalScrollType
= ScrollType.ToEnd;
11896
VerticalScrollType
= ScrollType.Absolute;
11900
VerticalScrollType
= ScrollType.Relative;
6 references to VerticalScrollType
PresentationFramework (6)
System\Windows\Controls\VirtualizingStackPanel.cs (6)
10115
if (_scrollData.
VerticalScrollType
== ScrollType.ToEnd ||
10138
else if (_scrollData.
VerticalScrollType
== ScrollType.Absolute)
10265
if (_scrollData.
VerticalScrollType
== ScrollType.ToEnd ||
10288
else if (_scrollData.
VerticalScrollType
== ScrollType.Absolute)
10389
if (!isHorizontal && _scrollData.
VerticalScrollType
== ScrollType.ToEnd)
11898
else if (
VerticalScrollType
== ScrollType.None)