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