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