1 write to DelegateWeakReference
Microsoft.Maui.Controls (1)
MessagingCenter.cs (1)
52 DelegateWeakReference = new WeakReference(delegateSource);
2 references to DelegateWeakReference
Microsoft.Maui.Controls (2)
MessagingCenter.cs (2)
62 public object Target => _isStrongReference ? DelegateStrongReference : DelegateWeakReference.Target; 63 public bool IsAlive => _isStrongReference || DelegateWeakReference.IsAlive;