6 references to Absolute
PresentationFramework (6)
System\Windows\Controls\VirtualizingStackPanel.cs (6)
10046
else if (_scrollData.HorizontalScrollType == ScrollType.
Absolute
)
10113
else if (_scrollData.VerticalScrollType == ScrollType.
Absolute
)
10263
else if (_scrollData.VerticalScrollType == ScrollType.
Absolute
)
10329
else if (_scrollData.HorizontalScrollType == ScrollType.
Absolute
)
11855
HorizontalScrollType = ScrollType.
Absolute
;
11871
VerticalScrollType = ScrollType.
Absolute
;