1 instantiation of MapElementHandlerUpdate
Microsoft.Maui.Controls.Maps (1)
Map.cs (1)
262
var args = new Maui.Maps.Handlers.
MapElementHandlerUpdate
(index, mapElement);
2 references to MapElementHandlerUpdate
Microsoft.Maui.Controls.Maps (1)
Map.cs (1)
262
var
args = new Maui.Maps.Handlers.MapElementHandlerUpdate(index, mapElement);
Microsoft.Maui.Maps (1)
Handlers\Map\MapHandler.cs (1)
52
if (arg is not
MapElementHandlerUpdate
args)