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);