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