7 writes to _themedDictionaryAssembly
PresentationFramework (7)
7 references to _themedDictionaryAssembly
PresentationFramework (7)
System\Windows\SystemResources.cs (7)
629if (_themedDictionaryAssembly != null)
631dictionary = LoadDictionary(_themedDictionaryAssembly, dictionaryAssemblyName, ThemedResourceName, isTraceEnabled, out _themedDictionarySourceUri);
637if (_themedDictionaryAssembly != null)
639dictionary = LoadDictionary(_themedDictionaryAssembly, dictionaryAssemblyName, ThemedResourceName, isTraceEnabled, out _themedDictionarySourceUri);
657if (_themedDictionaryAssembly != null)
659dictionary = LoadDictionary(_themedDictionaryAssembly, dictionaryAssemblyName, ClassicResourceName, isTraceEnabled, out _themedDictionarySourceUri);
875return new ResourceDictionaryInfo(_assembly, _themedDictionaryAssembly, _themedDictionary, _themedDictionarySourceUri);