9 writes to _lastPoint
PresentationFramework (9)
System\Windows\Documents\FixedSOMPageConstructor.cs (9)
111
_lastPoint
= startPoint;
134
_lastPoint
= point;
139
_lastPoint
= point2;
145
_lastPoint
= point3;
156
_lastPoint
= points[i];
161
_lastPoint
= points[points.Count - 1];
175
_lastPoint
= points[points.Count - 1];
181
_lastPoint
= points[points.Count - 1];
187
_lastPoint
= point;
3 references to _lastPoint
PresentationFramework (3)
System\Windows\Documents\FixedSOMPageConstructor.cs (3)
71
_pageConstructor._AddLine(_startPoint,
_lastPoint
, _transform);
126
_pageConstructor._AddLine(
_lastPoint
, point, _transform);
155
_pageConstructor._AddLine(
_lastPoint
, points[i], _transform);