9 references to ReadNumber
PresentationCore (9)
System\Windows\Media\ParsersCommon.cs (9)
472
double x =
ReadNumber
(allowcomma);
473
double y =
ReadNumber
(AllowComma);
577
case 'h': _lastPoint.X +=
ReadNumber
(! AllowComma); break;
578
case 'H': _lastPoint.X =
ReadNumber
(! AllowComma); break;
579
case 'v': _lastPoint.Y +=
ReadNumber
(! AllowComma); break;
580
case 'V': _lastPoint.Y =
ReadNumber
(! AllowComma); break;
667
double w =
ReadNumber
(! AllowComma);
668
double h =
ReadNumber
(AllowComma);
669
double rotation =
ReadNumber
(AllowComma);