4 references to DataProperty
Microsoft.Maui.Controls (3)
Shapes\Path.cs (3)
36
set { SetValue(
DataProperty
, value); }
37
get { return (Geometry)GetValue(
DataProperty
); }
102
if (propertyName ==
DataProperty
.PropertyName)
Microsoft.Maui.Controls.Compatibility (1)
iOS\Shapes\PathRenderer.cs (1)
40
if (args.PropertyName == Path.
DataProperty
.PropertyName || args.PropertyName == Path.RenderTransformProperty.PropertyName)