7 references to ScrollableWidth
PresentationFramework (6)
src\Framework\System\Windows\Controls\ListBox.cs (1)
363
((key == Key.Right&& IsLogicalVertical && DoubleUtil.GreaterThan(ScrollHost.
ScrollableWidth
, ScrollHost.HorizontalOffset))) ||
src\Framework\System\Windows\Controls\ScrollViewer.cs (5)
746
/// DependencyProperty for <see cref="
ScrollableWidth
" /> property.
1834
double scrollableLength = (isHorizontal ?
ScrollableWidth
: ScrollableHeight);
2370
double oldScrollableWidth =
ScrollableWidth
;
2423
double scrollableWidth =
ScrollableWidth
;
2424
if (!DoubleUtil.AreClose(oldScrollableWidth,
ScrollableWidth
))
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\MiniMap\MiniMapControl.xaml.cs (1)
441
if (this.MapSource.
ScrollableWidth
!= 0 && this.MapSource.ExtentWidth != 0)