Core\CSharp\System\Windows\Media\ParsersCommon.cs (27)
271SkipWhiteSpace(!AllowComma);
461SkipWhiteSpace(AllowComma);
489double y = ReadNumber(AllowComma);
567_lastPoint = ReadPoint(cmd, ! AllowComma);
574while (IsNumber(AllowComma))
576_lastPoint = ReadPoint(cmd, ! AllowComma);
592case 'l': _lastPoint = ReadPoint(cmd, ! AllowComma); break;
593case 'L': _lastPoint = ReadPoint(cmd, ! AllowComma); break;
594case 'h': _lastPoint.X += ReadNumber(! AllowComma); break;
595case 'H': _lastPoint.X = ReadNumber(! AllowComma); break;
596case 'v': _lastPoint.Y += ReadNumber(! AllowComma); break;
597case 'V': _lastPoint.Y = ReadNumber(! AllowComma); break;
602while (IsNumber(AllowComma));
626_secondLastPoint = ReadPoint(cmd, ! AllowComma);
630p = ReadPoint(cmd, ! AllowComma);
632_secondLastPoint = ReadPoint(cmd, AllowComma);
635_lastPoint = ReadPoint(cmd, AllowComma);
641while (IsNumber(AllowComma));
662_lastPoint = ReadPoint(cmd, ! AllowComma);
666_secondLastPoint = ReadPoint(cmd, ! AllowComma);
667_lastPoint = ReadPoint(cmd, AllowComma);
674while (IsNumber(AllowComma));
684double w = ReadNumber(! AllowComma);
685double h = ReadNumber(AllowComma);
686double rotation = ReadNumber(AllowComma);
690_lastPoint = ReadPoint(cmd, AllowComma);
706while (IsNumber(AllowComma));