1 write to _horizontalOffset
PresentationFramework (1)
MS\Internal\Documents\DocumentGrid.cs (1)
2152
_horizontalOffset
= offset;
4 references to _horizontalOffset
PresentationFramework (4)
MS\Internal\Documents\DocumentGrid.cs (4)
584
double clippedHorizontalOffset = Math.Min(
_horizontalOffset
, ExtentWidth - ViewportWidth);
598
if (!DoubleUtil.AreClose(
_horizontalOffset
, offset))
2018
SetHorizontalOffsetInternal(
_horizontalOffset
* horizontalScale);
2145
if (!DoubleUtil.AreClose(
_horizontalOffset
, offset))