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