6 references to Absolute
PresentationFramework (6)
System\Windows\Controls\VirtualizingStackPanel.cs (6)
10043
else if (_scrollData.HorizontalScrollType == ScrollType.
Absolute
)
10110
else if (_scrollData.VerticalScrollType == ScrollType.
Absolute
)
10260
else if (_scrollData.VerticalScrollType == ScrollType.
Absolute
)
10326
else if (_scrollData.HorizontalScrollType == ScrollType.
Absolute
)
11852
HorizontalScrollType = ScrollType.
Absolute
;
11868
VerticalScrollType = ScrollType.
Absolute
;