2 writes to HorizontalOffset
PresentationFramework (2)
src\Framework\System\Windows\Controls\DocumentViewer.cs (2)
1349
HorizontalOffset
= _documentScrollInfo.HorizontalOffset;
1429
HorizontalOffset
= Math.Max(horizontalOffset, 0.0);
4 references to HorizontalOffset
PresentationFramework (4)
src\Framework\System\Windows\Controls\DocumentViewer.cs (4)
1347
if (
HorizontalOffset
!= _documentScrollInfo.HorizontalOffset)
1406
double horizontalOffset =
HorizontalOffset
;
2511
dv.SetValue(CanMoveRightPropertyKey, dv.
HorizontalOffset
< ((double) e.NewValue - dv.ViewportWidth));
2528
dv.SetValue(CanMoveRightPropertyKey, dv.
HorizontalOffset
< (dv.ExtentWidth - (double) e.NewValue));