7 writes to VerticalScrollType
PresentationFramework (7)
System\Windows\Controls\VirtualizingStackPanel.cs (7)
9812
_scrollData.
VerticalScrollType
= ScrollType.ToEnd;
10105
_scrollData.
VerticalScrollType
= ScrollType.ToEnd;
10254
_scrollData.
VerticalScrollType
= ScrollType.ToEnd;
11491
_scrollData.
VerticalScrollType
= ScrollType.None;
11867
VerticalScrollType
= ScrollType.ToEnd;
11871
VerticalScrollType
= ScrollType.Absolute;
11875
VerticalScrollType
= ScrollType.Relative;
6 references to VerticalScrollType
PresentationFramework (6)
System\Windows\Controls\VirtualizingStackPanel.cs (6)
10090
if (_scrollData.
VerticalScrollType
== ScrollType.ToEnd ||
10113
else if (_scrollData.
VerticalScrollType
== ScrollType.Absolute)
10240
if (_scrollData.
VerticalScrollType
== ScrollType.ToEnd ||
10263
else if (_scrollData.
VerticalScrollType
== ScrollType.Absolute)
10364
if (!isHorizontal && _scrollData.
VerticalScrollType
== ScrollType.ToEnd)
11873
else if (
VerticalScrollType
== ScrollType.None)