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)
491return new Point(2 * _lastPoint.X - _secondLastPoint.X, 4922 * _lastPoint.Y - _secondLastPoint.Y); 621context.BezierTo(p, _secondLastPoint, _lastPoint, IsStroked, ! IsSmoothJoin); 654context.QuadraticBezierTo(_secondLastPoint, _lastPoint, IsStroked, ! IsSmoothJoin);