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)
503return new Point(2 * _lastPoint.X - _secondLastPoint.X, 5042 * _lastPoint.Y - _secondLastPoint.Y); 633context.BezierTo(p, _secondLastPoint, _lastPoint, IsStroked, ! IsSmoothJoin); 666context.QuadraticBezierTo(_secondLastPoint, _lastPoint, IsStroked, ! IsSmoothJoin);