2 writes to _xMax
PresentationFramework (2)
System\Windows\Documents\FixedSOMPageConstructor.cs (2)
96
_xMax
= p.X;
122
_xMin =
_xMax
= startPoint.X;
2 references to _xMax
PresentationFramework (2)
System\Windows\Documents\FixedSOMPageConstructor.cs (2)
81
_pageConstructor._ProcessFilledRect(_transform, new Rect(_xMin, _yMin,
_xMax
- _xMin, _yMax - _yMin));
94
else if (p.X >
_xMax
)