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