1 write to ContextReference
Microsoft.Maui.Controls (1)
CollectionSynchronizationContext.cs (1)
10 ContextReference = new WeakReference(context);
2 references to ContextReference
Microsoft.Maui.Controls (2)
CollectionSynchronizationContext.cs (2)
18 get { return ContextReference != null ? ContextReference.Target : null; }