2 writes to _themedDictionary
PresentationFramework (2)
System\Windows\SystemResources.cs (2)
589_themedDictionary = null; 670_themedDictionary = dictionary;
3 references to _themedDictionary
PresentationFramework (3)
System\Windows\SystemResources.cs (3)
673if (_themedDictionary != null) 685return _themedDictionary; 884return new ResourceDictionaryInfo(_assembly, _themedDictionaryAssembly, _themedDictionary, _themedDictionarySourceUri);