7 writes to _themedDictionaryAssembly
PresentationFramework (7)
7 references to _themedDictionaryAssembly
PresentationFramework (7)
System\Windows\SystemResources.cs (7)
633if (_themedDictionaryAssembly != null)
635dictionary = LoadDictionary(_themedDictionaryAssembly, dictionaryAssemblyName, ThemedResourceName, isTraceEnabled, out _themedDictionarySourceUri);
641if (_themedDictionaryAssembly != null)
643dictionary = LoadDictionary(_themedDictionaryAssembly, dictionaryAssemblyName, ThemedResourceName, isTraceEnabled, out _themedDictionarySourceUri);
661if (_themedDictionaryAssembly != null)
663dictionary = LoadDictionary(_themedDictionaryAssembly, dictionaryAssemblyName, ClassicResourceName, isTraceEnabled, out _themedDictionarySourceUri);
879return new ResourceDictionaryInfo(_assembly, _themedDictionaryAssembly, _themedDictionary, _themedDictionarySourceUri);