9 writes to _lastPoint
PresentationFramework (9)
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (9)
121
_lastPoint
= startPoint;
144
_lastPoint
= point;
149
_lastPoint
= point2;
155
_lastPoint
= point3;
166
_lastPoint
= points[i];
171
_lastPoint
= points[points.Count - 1];
185
_lastPoint
= points[points.Count - 1];
191
_lastPoint
= points[points.Count - 1];
197
_lastPoint
= point;
3 references to _lastPoint
PresentationFramework (3)
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (3)
81
_pageConstructor._AddLine(_startPoint,
_lastPoint
, _transform);
136
_pageConstructor._AddLine(
_lastPoint
, point, _transform);
165
_pageConstructor._AddLine(
_lastPoint
, points[i], _transform);