2 writes to _isStrongReference
Microsoft.Maui.Controls (2)
MessagingCenter.cs (2)
53 _isStrongReference = false; 58 _isStrongReference = true;
2 references to _isStrongReference
Microsoft.Maui.Controls (2)
MessagingCenter.cs (2)
62 public object Target => _isStrongReference ? DelegateStrongReference : DelegateWeakReference.Target; 63 public bool IsAlive => _isStrongReference || DelegateWeakReference.IsAlive;