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