7 writes to VerticalScrollType
PresentationFramework (7)
System\Windows\Controls\VirtualizingStackPanel.cs (7)
9837
_scrollData.
VerticalScrollType
= ScrollType.ToEnd;
10133
_scrollData.
VerticalScrollType
= ScrollType.ToEnd;
10282
_scrollData.
VerticalScrollType
= ScrollType.ToEnd;
11519
_scrollData.
VerticalScrollType
= ScrollType.None;
11895
VerticalScrollType
= ScrollType.ToEnd;
11899
VerticalScrollType
= ScrollType.Absolute;
11903
VerticalScrollType
= ScrollType.Relative;
6 references to VerticalScrollType
PresentationFramework (6)
System\Windows\Controls\VirtualizingStackPanel.cs (6)
10118
if (_scrollData.
VerticalScrollType
== ScrollType.ToEnd ||
10141
else if (_scrollData.
VerticalScrollType
== ScrollType.Absolute)
10268
if (_scrollData.
VerticalScrollType
== ScrollType.ToEnd ||
10291
else if (_scrollData.
VerticalScrollType
== ScrollType.Absolute)
10392
if (!isHorizontal && _scrollData.
VerticalScrollType
== ScrollType.ToEnd)
11901
else if (
VerticalScrollType
== ScrollType.None)