1 write to Geopath
Microsoft.Maui.Controls.Maps (1)
Polygon.cs (1)
41
Geopath
= observable;
17 references to Geopath
Microsoft.Maui.Controls.Maps (17)
HandlerImpl\Polygon.Impl.cs (16)
23
get { return
Geopath
[index]; }
34
public int Count =>
Geopath
.Count;
48
var index =
Geopath
.Count;
49
Geopath
.Add(item);
58
for (int i =
Geopath
.Count - 1; i >= 0; i--)
71
return
Geopath
.Contains(item);
81
Geopath
.CopyTo(array, arrayIndex);
90
return
Geopath
.GetEnumerator();
100
return
Geopath
.IndexOf(item);
110
Geopath
.Insert(index, item);
121
var index =
Geopath
.IndexOf(item);
122
var result =
Geopath
.Remove(item);
133
var item =
Geopath
[index];
134
Geopath
.RemoveAt(index);
140
return
Geopath
.GetEnumerator();
145
Handler?.UpdateValue(nameof(
Geopath
));
Polygon.cs (1)
40
observable.CollectionChanged += (sender, args) => OnPropertyChanged(nameof(
Geopath
));