3 writes to _inheritanceContext
PresentationFramework (3)
System\Windows\ResourceDictionary.cs (3)
1419_inheritanceContext = new WeakReference(inheritanceContext); 1427_inheritanceContext = new WeakReference(DummyInheritanceContext); 1569_inheritanceContext = null;
3 references to _inheritanceContext
PresentationFramework (3)
System\Windows\ResourceDictionary.cs (3)
1411if (_inheritanceContext == null) 2429return (_inheritanceContext != null) 2430? (DependencyObject)_inheritanceContext.Target