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)
506return new Point(2 * _lastPoint.X - _secondLastPoint.X, 5072 * _lastPoint.Y - _secondLastPoint.Y); 637context.BezierTo(p, _secondLastPoint, _lastPoint, IsStroked, ! IsSmoothJoin); 670context.QuadraticBezierTo(_secondLastPoint, _lastPoint, IsStroked, ! IsSmoothJoin);