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