2 writes to _xMin
PresentationFramework (2)
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (2)
97_xMin = p.X; 127_xMin = _xMax = startPoint.X;
3 references to _xMin
PresentationFramework (3)
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (3)
86_pageConstructor._ProcessFilledRect(_transform, new Rect(_xMin, _yMin, _xMax - _xMin, _yMax - _yMin)); 95if (p.X < _xMin)