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