2 references to ViewportWidth
PresentationFramework (2)
src\Framework\System\Windows\Controls\DocumentViewer.cs (2)
2483dv.SetValue(CanMoveRightPropertyKey, newOffset < (dv.ExtentWidth - dv.ViewportWidth)); 2511dv.SetValue(CanMoveRightPropertyKey, dv.HorizontalOffset < ((double) e.NewValue - dv.ViewportWidth));