1 write to _handler
Microsoft.Maui (1)
Platform\iOS\MauiWebViewNavigationDelegate.cs (1)
22 _handler = new WeakReference<IWebViewHandler>(handler);
1 reference to _handler
Microsoft.Maui (1)
Platform\iOS\MauiWebViewNavigationDelegate.cs (1)
175 if (_handler.TryGetTarget(out var handler))