2 writes to _handler
Microsoft.Maui.Controls (2)
Internals\WeakEventProxy.cs (2)
50
_handler
= new WeakReference<TEventHandler>(handler);
56
_handler
= null;
2 references to _handler
Microsoft.Maui.Controls (2)
Internals\WeakEventProxy.cs (2)
38
if (
_handler
is not null &&
_handler
.TryGetTarget(out handler))