27 references to AllowComma
Microsoft.Maui.Controls (27)
Shapes\PathFigureCollectionConverter.cs (27)
120 lastPoint = ReadPoint(cmd, !AllowComma);
132 while (IsNumber(AllowComma))
134 lastPoint = ReadPoint(cmd, !AllowComma);
159 lastPoint = ReadPoint(cmd, !AllowComma);
162 lastPoint = ReadPoint(cmd, !AllowComma);
165 lastPoint.X += ReadNumber(!AllowComma);
168 lastPoint.X = ReadNumber(!AllowComma);
171 lastPoint.Y += ReadNumber(!AllowComma);
174 lastPoint.Y = ReadNumber(!AllowComma);
183 while (IsNumber(AllowComma));
209 secondLastPoint = ReadPoint(cmd, !AllowComma);
213 p = ReadPoint(cmd, !AllowComma);
215 secondLastPoint = ReadPoint(cmd, AllowComma);
218 lastPoint = ReadPoint(cmd, AllowComma);
231 while (IsNumber(AllowComma));
254 lastPoint = ReadPoint(cmd, !AllowComma);
258 secondLastPoint = ReadPoint(cmd, !AllowComma);
259 lastPoint = ReadPoint(cmd, AllowComma);
272 while (IsNumber(AllowComma));
283 double w = ReadNumber(!AllowComma);
284 double h = ReadNumber(AllowComma);
285 double rotation = ReadNumber(AllowComma);
289 lastPoint = ReadPoint(cmd, AllowComma);
302 while (IsNumber(AllowComma));
392 SkipWhiteSpace(AllowComma);
415 SkipWhiteSpace(!AllowComma);
438 double y = ReadNumber(AllowComma);