2 writes to _themedDictionary
PresentationFramework (2)
src\Framework\System\Windows\SystemResources.cs (2)
595_themedDictionary = null; 676_themedDictionary = dictionary;
3 references to _themedDictionary
PresentationFramework (3)
src\Framework\System\Windows\SystemResources.cs (3)
679if (_themedDictionary != null) 691return _themedDictionary; 890return new ResourceDictionaryInfo(_assembly, _themedDictionaryAssembly, _themedDictionary, _themedDictionarySourceUri);