6 references to Absolute
PresentationFramework (6)
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (6)
9924
else if (_scrollData.HorizontalScrollType == ScrollType.
Absolute
)
9991
else if (_scrollData.VerticalScrollType == ScrollType.
Absolute
)
10141
else if (_scrollData.VerticalScrollType == ScrollType.
Absolute
)
10207
else if (_scrollData.HorizontalScrollType == ScrollType.
Absolute
)
11742
HorizontalScrollType = ScrollType.
Absolute
;
11758
VerticalScrollType = ScrollType.
Absolute
;