6 writes to _secondLastPoint
PresentationCore (6)
System\Windows\Media\ParsersCommon.cs (6)
522
_secondLastPoint
= new Point(0, 0);
609
_secondLastPoint
= ReadPoint(cmd, ! AllowComma);
615
_secondLastPoint
= ReadPoint(cmd, AllowComma);
638
_secondLastPoint
= Reflect();
642
_secondLastPoint
= _lastPoint;
649
_secondLastPoint
= ReadPoint(cmd, ! AllowComma);
4 references to _secondLastPoint
PresentationCore (4)
System\Windows\Media\ParsersCommon.cs (4)
490
return new Point(2 * _lastPoint.X -
_secondLastPoint
.X,
491
2 * _lastPoint.Y -
_secondLastPoint
.Y);
620
context.BezierTo(p,
_secondLastPoint
, _lastPoint, IsStroked, ! IsSmoothJoin);
653
context.QuadraticBezierTo(
_secondLastPoint
, _lastPoint, IsStroked, ! IsSmoothJoin);