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