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)
490return new Point(2 * _lastPoint.X - _secondLastPoint.X, 4912 * _lastPoint.Y - _secondLastPoint.Y); 620context.BezierTo(p, _secondLastPoint, _lastPoint, IsStroked, ! IsSmoothJoin); 653context.QuadraticBezierTo(_secondLastPoint, _lastPoint, IsStroked, ! IsSmoothJoin);