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