7 writes to VerticalScrollType
PresentationFramework (7)
System\Windows\Controls\VirtualizingStackPanel.cs (7)
9832
_scrollData.
VerticalScrollType
= ScrollType.ToEnd;
10128
_scrollData.
VerticalScrollType
= ScrollType.ToEnd;
10277
_scrollData.
VerticalScrollType
= ScrollType.ToEnd;
11514
_scrollData.
VerticalScrollType
= ScrollType.None;
11890
VerticalScrollType
= ScrollType.ToEnd;
11894
VerticalScrollType
= ScrollType.Absolute;
11898
VerticalScrollType
= ScrollType.Relative;
6 references to VerticalScrollType
PresentationFramework (6)
System\Windows\Controls\VirtualizingStackPanel.cs (6)
10113
if (_scrollData.
VerticalScrollType
== ScrollType.ToEnd ||
10136
else if (_scrollData.
VerticalScrollType
== ScrollType.Absolute)
10263
if (_scrollData.
VerticalScrollType
== ScrollType.ToEnd ||
10286
else if (_scrollData.
VerticalScrollType
== ScrollType.Absolute)
10387
if (!isHorizontal && _scrollData.
VerticalScrollType
== ScrollType.ToEnd)
11896
else if (
VerticalScrollType
== ScrollType.None)