9 writes to _lastPoint
PresentationFramework (9)
System\Windows\Documents\FixedSOMPageConstructor.cs (9)
116
_lastPoint
= startPoint;
139
_lastPoint
= point;
144
_lastPoint
= point2;
150
_lastPoint
= point3;
161
_lastPoint
= points[i];
166
_lastPoint
= points[points.Count - 1];
180
_lastPoint
= points[points.Count - 1];
186
_lastPoint
= points[points.Count - 1];
192
_lastPoint
= point;
3 references to _lastPoint
PresentationFramework (3)
System\Windows\Documents\FixedSOMPageConstructor.cs (3)
76
_pageConstructor._AddLine(_startPoint,
_lastPoint
, _transform);
131
_pageConstructor._AddLine(
_lastPoint
, point, _transform);
160
_pageConstructor._AddLine(
_lastPoint
, points[i], _transform);