6 writes to _secondLastPoint
PresentationCore (6)
System\Windows\Media\ParsersCommon.cs (6)
535
_secondLastPoint
= new Point(0, 0);
622
_secondLastPoint
= ReadPoint(cmd, ! AllowComma);
628
_secondLastPoint
= ReadPoint(cmd, AllowComma);
651
_secondLastPoint
= Reflect();
655
_secondLastPoint
= _lastPoint;
662
_secondLastPoint
= ReadPoint(cmd, ! AllowComma);
4 references to _secondLastPoint
PresentationCore (4)
System\Windows\Media\ParsersCommon.cs (4)
503
return new Point(2 * _lastPoint.X -
_secondLastPoint
.X,
504
2 * _lastPoint.Y -
_secondLastPoint
.Y);
633
context.BezierTo(p,
_secondLastPoint
, _lastPoint, IsStroked, ! IsSmoothJoin);
666
context.QuadraticBezierTo(
_secondLastPoint
, _lastPoint, IsStroked, ! IsSmoothJoin);