7 writes to VerticalScrollType
PresentationFramework (7)
System\Windows\Controls\VirtualizingStackPanel.cs (7)
9813
_scrollData.
VerticalScrollType
= ScrollType.ToEnd;
10106
_scrollData.
VerticalScrollType
= ScrollType.ToEnd;
10255
_scrollData.
VerticalScrollType
= ScrollType.ToEnd;
11492
_scrollData.
VerticalScrollType
= ScrollType.None;
11868
VerticalScrollType
= ScrollType.ToEnd;
11872
VerticalScrollType
= ScrollType.Absolute;
11876
VerticalScrollType
= ScrollType.Relative;
6 references to VerticalScrollType
PresentationFramework (6)
System\Windows\Controls\VirtualizingStackPanel.cs (6)
10091
if (_scrollData.
VerticalScrollType
== ScrollType.ToEnd ||
10114
else if (_scrollData.
VerticalScrollType
== ScrollType.Absolute)
10241
if (_scrollData.
VerticalScrollType
== ScrollType.ToEnd ||
10264
else if (_scrollData.
VerticalScrollType
== ScrollType.Absolute)
10365
if (!isHorizontal && _scrollData.
VerticalScrollType
== ScrollType.ToEnd)
11874
else if (
VerticalScrollType
== ScrollType.None)