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. 1834double scrollableLength = (isHorizontal ? ScrollableWidth : ScrollableHeight); 2370double oldScrollableWidth = ScrollableWidth; 2423double scrollableWidth = ScrollableWidth; 2424if (!DoubleUtil.AreClose(oldScrollableWidth, ScrollableWidth))
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\MiniMap\MiniMapControl.xaml.cs (1)
441if (this.MapSource.ScrollableWidth != 0 && this.MapSource.ExtentWidth != 0)