2 references to ViewportHeight
PresentationFramework (2)
System\Windows\Controls\DocumentViewer.cs (2)
2432
dv.SetValue(CanMoveDownPropertyKey, newOffset < (dv.ExtentHeight - dv.
ViewportHeight
));
2448
dv.SetValue(CanMoveDownPropertyKey, dv.VerticalOffset < ((double) e.NewValue - dv.
ViewportHeight
));