6 references to Absolute
PresentationFramework (6)
System\Windows\Controls\VirtualizingStackPanel.cs (6)
10074
else if (_scrollData.HorizontalScrollType == ScrollType.
Absolute
)
10141
else if (_scrollData.VerticalScrollType == ScrollType.
Absolute
)
10291
else if (_scrollData.VerticalScrollType == ScrollType.
Absolute
)
10357
else if (_scrollData.HorizontalScrollType == ScrollType.
Absolute
)
11883
HorizontalScrollType = ScrollType.
Absolute
;
11899
VerticalScrollType = ScrollType.
Absolute
;