2 writes to _points
Microsoft.Maui.Controls.Compatibility (2)
iOS\Shapes\PolylineRenderer.cs (2)
59
_points
= null;
69
_points
= Element.Points;
6 references to _points
Microsoft.Maui.Controls.Compatibility (6)
iOS\Shapes\PolylineRenderer.cs (6)
56
if (
_points
!= null)
58
_points
.CollectionChanged -= OnCollectionChanged;
66
if (
_points
!= null)
67
_points
.CollectionChanged -= OnCollectionChanged;
71
_points
.CollectionChanged += OnCollectionChanged;
73
Control.UpdatePoints(
_points
.ToCGPoints());