2 writes to _points
Microsoft.Maui.Controls.Compatibility (2)
iOS\Shapes\PolygonRenderer.cs (2)
62
_points
= null;
72
_points
= Element.Points;
6 references to _points
Microsoft.Maui.Controls.Compatibility (6)
iOS\Shapes\PolygonRenderer.cs (6)
59
if (
_points
!= null)
61
_points
.CollectionChanged -= OnCollectionChanged;
69
if (
_points
!= null)
70
_points
.CollectionChanged -= OnCollectionChanged;
74
_points
.CollectionChanged += OnCollectionChanged;
76
Control.UpdatePoints(
_points
.ToCGPoints());