3 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 ||