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