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