4 references to ToHandler
Microsoft.Maui (2)
Platform\ElementExtensions.cs (1)
127
var handler = view.
ToHandler
(context);
Platform\ViewExtensions.cs (1)
44
(IPlatformViewHandler)ElementExtensions.
ToHandler
(view, context);
Microsoft.Maui.Maps (2)
Platform\iOS\MauiMKMapView.cs (2)
109
if (pin.
ToHandler
(handler.MauiContext).PlatformView is IMKAnnotation annotation)
298
return mapElement?.
ToHandler
(handler?.MauiContext!).PlatformView as T;