6 references to ScrollableWidth
PresentationFramework (6)
System\Windows\Controls\ListBox.cs (1)
365
((key == Key.Right&& IsLogicalVertical && DoubleUtil.GreaterThan(ScrollHost.
ScrollableWidth
, ScrollHost.HorizontalOffset))) ||
System\Windows\Controls\ScrollViewer.cs (5)
725
/// DependencyProperty for <see cref="
ScrollableWidth
" /> property.
1788
double scrollableLength = (isHorizontal ?
ScrollableWidth
: ScrollableHeight);
2331
double oldScrollableWidth =
ScrollableWidth
;
2384
double scrollableWidth =
ScrollableWidth
;
2385
if (!DoubleUtil.AreClose(oldScrollableWidth,
ScrollableWidth
))