1 write to _handlerRef
Microsoft.Maui.Maps (1)
Platform\iOS\MauiMKMapView.cs (1)
21
_handlerRef
= new WeakReference<IMapHandler>(handler);
5 references to _handlerRef
Microsoft.Maui.Maps (5)
Platform\iOS\MauiMKMapView.cs (5)
100
_handlerRef
.TryGetTarget(out IMapHandler? handler);
212
if (
_handlerRef
.TryGetTarget(out IMapHandler? handler) && handler?.VirtualView != null)
219
_handlerRef
.TryGetTarget(out IMapHandler? handler);
284
_handlerRef
.TryGetTarget(out IMapHandler? handler);
317
if (mauiMkMapView.
_handlerRef
.TryGetTarget(out IMapHandler? handler))