6 writes to _secondLastPoint
PresentationCore (6)
System\Windows\Media\ParsersCommon.cs (6)
523
_secondLastPoint
= new Point(0, 0);
610
_secondLastPoint
= ReadPoint(cmd, ! AllowComma);
616
_secondLastPoint
= ReadPoint(cmd, AllowComma);
639
_secondLastPoint
= Reflect();
643
_secondLastPoint
= _lastPoint;
650
_secondLastPoint
= ReadPoint(cmd, ! AllowComma);
4 references to _secondLastPoint
PresentationCore (4)
System\Windows\Media\ParsersCommon.cs (4)
491
return new Point(2 * _lastPoint.X -
_secondLastPoint
.X,
492
2 * _lastPoint.Y -
_secondLastPoint
.Y);
621
context.BezierTo(p,
_secondLastPoint
, _lastPoint, IsStroked, ! IsSmoothJoin);
654
context.QuadraticBezierTo(
_secondLastPoint
, _lastPoint, IsStroked, ! IsSmoothJoin);