1 write to _transform
PresentationFramework (1)
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (1)
66
_transform
= trans;
4 references to _transform
PresentationFramework (4)
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (4)
81
_pageConstructor._AddLine(_startPoint, _lastPoint,
_transform
);
86
_pageConstructor._ProcessFilledRect(
_transform
, new Rect(_xMin, _yMin, _xMax - _xMin, _yMax - _yMin));
136
_pageConstructor._AddLine(_lastPoint, point,
_transform
);
165
_pageConstructor._AddLine(_lastPoint, points[i],
_transform
);