9 references to ReadNumber
PresentationCore (9)
Core\CSharp\System\Windows\Media\ParsersCommon.cs (9)
488double x = ReadNumber(allowcomma); 489double y = ReadNumber(AllowComma); 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; 684double w = ReadNumber(! AllowComma); 685double h = ReadNumber(AllowComma); 686double rotation = ReadNumber(AllowComma);