9 references to ReadNumber
Microsoft.Maui.Controls (9)
Shapes\PathFigureCollectionConverter.cs (9)
165 lastPoint.X += ReadNumber(!AllowComma); 168 lastPoint.X = ReadNumber(!AllowComma); 171 lastPoint.Y += ReadNumber(!AllowComma); 174 lastPoint.Y = ReadNumber(!AllowComma); 283 double w = ReadNumber(!AllowComma); 284 double h = ReadNumber(AllowComma); 285 double rotation = ReadNumber(AllowComma); 437 double x = ReadNumber(allowcomma); 438 double y = ReadNumber(AllowComma);