3 writes to _inheritanceContext
PresentationFramework (3)
System\Windows\ResourceDictionary.cs (3)
1418_inheritanceContext = new WeakReference(inheritanceContext); 1426_inheritanceContext = new WeakReference(DummyInheritanceContext); 1568_inheritanceContext = null;
3 references to _inheritanceContext
PresentationFramework (3)
System\Windows\ResourceDictionary.cs (3)
1410if (_inheritanceContext == null) 2425return (_inheritanceContext != null) 2426? (DependencyObject)_inheritanceContext.Target