3 writes to _inheritanceContext
PresentationFramework (3)
System\Windows\ResourceDictionary.cs (3)
1479_inheritanceContext = new WeakReference(inheritanceContext); 1487_inheritanceContext = new WeakReference(DummyInheritanceContext); 1629_inheritanceContext = null;
3 references to _inheritanceContext
PresentationFramework (3)
System\Windows\ResourceDictionary.cs (3)
1471if (_inheritanceContext == null) 2452return (_inheritanceContext != null) 2453? (DependencyObject)_inheritanceContext.Target