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