3 references to RoundRectangle
Microsoft.Maui.Controls (2)
Shapes\StrokeShapeTypeConverter.cs (2)
20 public const string RoundRectangle = nameof(RoundRectangle); 112 if (strValue.StartsWith(RoundRectangle, true, culture))
Microsoft.Maui.Controls.Build.Tasks (1)
CompiledConverters\StrokeShapeTypeConverter.cs (1)
164 if (value.StartsWith(ShapeConverter.RoundRectangle, StringComparison.Ordinal))