System\Windows\Media\ParsersCommon.cs (27)
253SkipWhiteSpace(!AllowComma);
445SkipWhiteSpace(AllowComma);
473double y = ReadNumber(AllowComma);
550_lastPoint = ReadPoint(cmd, ! AllowComma);
557while (IsNumber(AllowComma))
559_lastPoint = ReadPoint(cmd, ! AllowComma);
575case 'l': _lastPoint = ReadPoint(cmd, ! AllowComma); break;
576case 'L': _lastPoint = ReadPoint(cmd, ! AllowComma); break;
577case 'h': _lastPoint.X += ReadNumber(! AllowComma); break;
578case 'H': _lastPoint.X = ReadNumber(! AllowComma); break;
579case 'v': _lastPoint.Y += ReadNumber(! AllowComma); break;
580case 'V': _lastPoint.Y = ReadNumber(! AllowComma); break;
585while (IsNumber(AllowComma));
609_secondLastPoint = ReadPoint(cmd, ! AllowComma);
613p = ReadPoint(cmd, ! AllowComma);
615_secondLastPoint = ReadPoint(cmd, AllowComma);
618_lastPoint = ReadPoint(cmd, AllowComma);
624while (IsNumber(AllowComma));
645_lastPoint = ReadPoint(cmd, ! AllowComma);
649_secondLastPoint = ReadPoint(cmd, ! AllowComma);
650_lastPoint = ReadPoint(cmd, AllowComma);
657while (IsNumber(AllowComma));
667double w = ReadNumber(! AllowComma);
668double h = ReadNumber(AllowComma);
669double rotation = ReadNumber(AllowComma);
673_lastPoint = ReadPoint(cmd, AllowComma);
689while (IsNumber(AllowComma));