3 writes to _inheritanceContext
PresentationFramework (3)
System\Windows\ResourceDictionary.cs (3)
1427_inheritanceContext = new WeakReference(inheritanceContext); 1435_inheritanceContext = new WeakReference(DummyInheritanceContext); 1577_inheritanceContext = null;
3 references to _inheritanceContext
PresentationFramework (3)
System\Windows\ResourceDictionary.cs (3)
1419if (_inheritanceContext == null) 2376return (_inheritanceContext != null) 2377? (DependencyObject)_inheritanceContext.Target