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