System\Windows\Media\ParsersCommon.cs (27)
254SkipWhiteSpace(!AllowComma);
446SkipWhiteSpace(AllowComma);
474double y = ReadNumber(AllowComma);
551_lastPoint = ReadPoint(cmd, ! AllowComma);
558while (IsNumber(AllowComma))
560_lastPoint = ReadPoint(cmd, ! AllowComma);
576case 'l': _lastPoint = ReadPoint(cmd, ! AllowComma); break;
577case 'L': _lastPoint = ReadPoint(cmd, ! AllowComma); break;
578case 'h': _lastPoint.X += ReadNumber(! AllowComma); break;
579case 'H': _lastPoint.X = ReadNumber(! AllowComma); break;
580case 'v': _lastPoint.Y += ReadNumber(! AllowComma); break;
581case 'V': _lastPoint.Y = ReadNumber(! AllowComma); break;
586while (IsNumber(AllowComma));
610_secondLastPoint = ReadPoint(cmd, ! AllowComma);
614p = ReadPoint(cmd, ! AllowComma);
616_secondLastPoint = ReadPoint(cmd, AllowComma);
619_lastPoint = ReadPoint(cmd, AllowComma);
625while (IsNumber(AllowComma));
646_lastPoint = ReadPoint(cmd, ! AllowComma);
650_secondLastPoint = ReadPoint(cmd, ! AllowComma);
651_lastPoint = ReadPoint(cmd, AllowComma);
658while (IsNumber(AllowComma));
668double w = ReadNumber(! AllowComma);
669double h = ReadNumber(AllowComma);
670double rotation = ReadNumber(AllowComma);
674_lastPoint = ReadPoint(cmd, AllowComma);
690while (IsNumber(AllowComma));