3 references to _mapElements
Microsoft.Maui.Controls.Maps (3)
HandlerImpl\Map.Impl.cs (1)
10
IList<IMapElement> IMap.Elements =>
_mapElements
.Cast<IMapElement>().ToList();
Map.cs (2)
62
_mapElements
.CollectionChanged += MapElementsCollectionChanged;
165
public IList<MapElement> MapElements =>
_mapElements
;