7 writes to VerticalScrollType
PresentationFramework (7)
System\Windows\Controls\VirtualizingStackPanel.cs (7)
9809
_scrollData.
VerticalScrollType
= ScrollType.ToEnd;
10102
_scrollData.
VerticalScrollType
= ScrollType.ToEnd;
10251
_scrollData.
VerticalScrollType
= ScrollType.ToEnd;
11488
_scrollData.
VerticalScrollType
= ScrollType.None;
11864
VerticalScrollType
= ScrollType.ToEnd;
11868
VerticalScrollType
= ScrollType.Absolute;
11872
VerticalScrollType
= ScrollType.Relative;
6 references to VerticalScrollType
PresentationFramework (6)
System\Windows\Controls\VirtualizingStackPanel.cs (6)
10087
if (_scrollData.
VerticalScrollType
== ScrollType.ToEnd ||
10110
else if (_scrollData.
VerticalScrollType
== ScrollType.Absolute)
10237
if (_scrollData.
VerticalScrollType
== ScrollType.ToEnd ||
10260
else if (_scrollData.
VerticalScrollType
== ScrollType.Absolute)
10361
if (!isHorizontal && _scrollData.
VerticalScrollType
== ScrollType.ToEnd)
11870
else if (
VerticalScrollType
== ScrollType.None)