2 writes to _source
Microsoft.Maui.Controls (2)
Internals\WeakEventProxy.cs (2)
49
_source
= new WeakReference<TSource>(source);
55
_source
= null;
2 references to _source
Microsoft.Maui.Controls (2)
Internals\WeakEventProxy.cs (2)
27
if (
_source
is not null &&
_source
.TryGetTarget(out source))