6 writes to _secondLastPoint
PresentationCore (6)
Core\CSharp\System\Windows\Media\ParsersCommon.cs (6)
539
_secondLastPoint
= new Point(0, 0);
626
_secondLastPoint
= ReadPoint(cmd, ! AllowComma);
632
_secondLastPoint
= ReadPoint(cmd, AllowComma);
655
_secondLastPoint
= Reflect();
659
_secondLastPoint
= _lastPoint;
666
_secondLastPoint
= ReadPoint(cmd, ! AllowComma);
4 references to _secondLastPoint
PresentationCore (4)
Core\CSharp\System\Windows\Media\ParsersCommon.cs (4)
506
return new Point(2 * _lastPoint.X -
_secondLastPoint
.X,
507
2 * _lastPoint.Y -
_secondLastPoint
.Y);
637
context.BezierTo(p,
_secondLastPoint
, _lastPoint, IsStroked, ! IsSmoothJoin);
670
context.QuadraticBezierTo(
_secondLastPoint
, _lastPoint, IsStroked, ! IsSmoothJoin);