Core\CSharp\System\Windows\Media\ParsersCommon.cs (5)
578context.LineTo(_lastPoint, IsStroked, ! IsSmoothJoin);
600context.LineTo(_lastPoint, IsStroked, ! IsSmoothJoin);
637context.BezierTo(p, _secondLastPoint, _lastPoint, IsStroked, ! IsSmoothJoin);
670context.QuadraticBezierTo(_secondLastPoint, _lastPoint, IsStroked, ! IsSmoothJoin);
702IsStroked,