2 writes to _xMin
PresentationFramework (2)
System\Windows\Documents\FixedSOMPageConstructor.cs (2)
87_xMin = p.X; 117_xMin = _xMax = startPoint.X;
3 references to _xMin
PresentationFramework (3)
System\Windows\Documents\FixedSOMPageConstructor.cs (3)
76_pageConstructor._ProcessFilledRect(_transform, new Rect(_xMin, _yMin, _xMax - _xMin, _yMax - _yMin)); 85if (p.X < _xMin)