System\Windows\Media\ParsersCommon.cs (5)
561context.LineTo(_lastPoint, IsStroked, ! IsSmoothJoin);
583context.LineTo(_lastPoint, IsStroked, ! IsSmoothJoin);
620context.BezierTo(p, _secondLastPoint, _lastPoint, IsStroked, ! IsSmoothJoin);
653context.QuadraticBezierTo(_secondLastPoint, _lastPoint, IsStroked, ! IsSmoothJoin);
685IsStroked,