2 writes to _yMax
PresentationFramework (2)
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (2)
110_yMax = p.Y; 128_yMin = _yMax = startPoint.Y;
2 references to _yMax
PresentationFramework (2)
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (2)
86_pageConstructor._ProcessFilledRect(_transform, new Rect(_xMin, _yMin, _xMax - _xMin, _yMax - _yMin)); 108else if (p.Y > _yMax)