2 writes to _lastStart
PresentationCore (2)
System\Windows\Media\ParsersCommon.cs (2)
525_lastStart = new Point(0, 0); 555_lastStart = _lastPoint;
2 references to _lastStart
PresentationCore (2)
System\Windows\Media\ParsersCommon.cs (2)
499_context.BeginFigure(_lastStart, IsFilled, ! IsClosed); 703_lastPoint = _lastStart; // Set reference point to be first point of current figure