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