9 references to ReadNumber
PresentationCore (9)
Core\CSharp\System\Windows\Media\ParsersCommon.cs (9)
488
double x =
ReadNumber
(allowcomma);
489
double y =
ReadNumber
(AllowComma);
594
case 'h': _lastPoint.X +=
ReadNumber
(! AllowComma); break;
595
case 'H': _lastPoint.X =
ReadNumber
(! AllowComma); break;
596
case 'v': _lastPoint.Y +=
ReadNumber
(! AllowComma); break;
597
case 'V': _lastPoint.Y =
ReadNumber
(! AllowComma); break;
684
double w =
ReadNumber
(! AllowComma);
685
double h =
ReadNumber
(AllowComma);
686
double rotation =
ReadNumber
(AllowComma);