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