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