4 references to PointsProperty
Microsoft.Maui.Controls (3)
Shapes\Polyline.cs (3)
31
set { SetValue(
PointsProperty
, value); }
32
get { return (PointCollection)GetValue(
PointsProperty
); }
47
if (propertyName ==
PointsProperty
.PropertyName ||
Microsoft.Maui.Controls.Compatibility (1)
iOS\Shapes\PolylineRenderer.cs (1)
44
if (args.PropertyName == Polyline.
PointsProperty
.PropertyName)