8 references to ScrollableHeight
PresentationFramework (7)
src\Framework\System\Windows\Controls\ListBox.cs (1)
361
((key == Key.Down && IsLogicalHorizontal && DoubleUtil.GreaterThan(ScrollHost.
ScrollableHeight
, ScrollHost.VerticalOffset))) ||
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1080
if ((e.Delta > 0 && VerticalOffset != 0) /* scrolling up */ || (e.Delta < 0 && VerticalOffset < this.ScrollViewer.
ScrollableHeight
) /* scrolling down */ )
src\Framework\System\Windows\Controls\ScrollViewer.cs (5)
762
/// DependencyProperty for <see cref="
ScrollableHeight
" /> property.
1834
double scrollableLength = (isHorizontal ? ScrollableWidth :
ScrollableHeight
);
2371
double oldScrollableHeight =
ScrollableHeight
;
2430
double scrollableHeight =
ScrollableHeight
;
2431
if (!DoubleUtil.AreClose(oldScrollableHeight,
ScrollableHeight
))
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\MiniMap\MiniMapControl.xaml.cs (1)
449
if (this.MapSource.
ScrollableHeight
!= 0 && this.MapSource.ExtentHeight != 0)