2 writes to _lastStart
PresentationCore (2)
Core\CSharp\System\Windows\Media\ParsersCommon.cs (2)
541
_lastStart
= new Point(0, 0);
571
_lastStart
= _lastPoint;
2 references to _lastStart
PresentationCore (2)
Core\CSharp\System\Windows\Media\ParsersCommon.cs (2)
514
_context.BeginFigure(
_lastStart
, IsFilled, ! IsClosed);
719
_lastPoint =
_lastStart
; // Set reference point to be first point of current figure