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