7 writes to _themedDictionaryAssembly
PresentationFramework (7)
7 references to _themedDictionaryAssembly
PresentationFramework (7)
src\Framework\System\Windows\SystemResources.cs (7)
642if (_themedDictionaryAssembly != null)
644dictionary = LoadDictionary(_themedDictionaryAssembly, dictionaryAssemblyName, ThemedResourceName, isTraceEnabled, out _themedDictionarySourceUri);
650if (_themedDictionaryAssembly != null)
652dictionary = LoadDictionary(_themedDictionaryAssembly, dictionaryAssemblyName, ThemedResourceName, isTraceEnabled, out _themedDictionarySourceUri);
670if (_themedDictionaryAssembly != null)
672dictionary = LoadDictionary(_themedDictionaryAssembly, dictionaryAssemblyName, ClassicResourceName, isTraceEnabled, out _themedDictionarySourceUri);
890return new ResourceDictionaryInfo(_assembly, _themedDictionaryAssembly, _themedDictionary, _themedDictionarySourceUri);