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