9 writes to _lastPoint
PresentationFramework (9)
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (9)
121_lastPoint = startPoint; 144_lastPoint = point; 149_lastPoint = point2; 155_lastPoint = point3; 166_lastPoint = points[i]; 171_lastPoint = points[points.Count - 1]; 185_lastPoint = points[points.Count - 1]; 191_lastPoint = points[points.Count - 1]; 197_lastPoint = point;
3 references to _lastPoint
PresentationFramework (3)
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (3)
81_pageConstructor._AddLine(_startPoint, _lastPoint, _transform); 136_pageConstructor._AddLine(_lastPoint, point, _transform); 165_pageConstructor._AddLine(_lastPoint, points[i], _transform);