6 references to Absolute
PresentationFramework (6)
System\Windows\Controls\VirtualizingStackPanel.cs (6)
10047
else if (_scrollData.HorizontalScrollType == ScrollType.
Absolute
)
10114
else if (_scrollData.VerticalScrollType == ScrollType.
Absolute
)
10264
else if (_scrollData.VerticalScrollType == ScrollType.
Absolute
)
10330
else if (_scrollData.HorizontalScrollType == ScrollType.
Absolute
)
11856
HorizontalScrollType = ScrollType.
Absolute
;
11872
VerticalScrollType = ScrollType.
Absolute
;