9 writes to _lastPoint
PresentationFramework (9)
System\Windows\Documents\FixedSOMPageConstructor.cs (9)
110
_lastPoint
= startPoint;
133
_lastPoint
= point;
138
_lastPoint
= point2;
144
_lastPoint
= point3;
155
_lastPoint
= points[i];
160
_lastPoint
= points[points.Count - 1];
174
_lastPoint
= points[points.Count - 1];
180
_lastPoint
= points[points.Count - 1];
186
_lastPoint
= point;
3 references to _lastPoint
PresentationFramework (3)
System\Windows\Documents\FixedSOMPageConstructor.cs (3)
70
_pageConstructor._AddLine(_startPoint,
_lastPoint
, _transform);
125
_pageConstructor._AddLine(
_lastPoint
, point, _transform);
154
_pageConstructor._AddLine(
_lastPoint
, points[i], _transform);