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