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