7 writes to _themedDictionaryAssembly
PresentationFramework (7)
7 references to _themedDictionaryAssembly
PresentationFramework (7)
System\Windows\SystemResources.cs (7)
630if (_themedDictionaryAssembly != null)
632dictionary = LoadDictionary(_themedDictionaryAssembly, dictionaryAssemblyName, ThemedResourceName, isTraceEnabled, out _themedDictionarySourceUri);
638if (_themedDictionaryAssembly != null)
640dictionary = LoadDictionary(_themedDictionaryAssembly, dictionaryAssemblyName, ThemedResourceName, isTraceEnabled, out _themedDictionarySourceUri);
658if (_themedDictionaryAssembly != null)
660dictionary = LoadDictionary(_themedDictionaryAssembly, dictionaryAssemblyName, ClassicResourceName, isTraceEnabled, out _themedDictionarySourceUri);
876return new ResourceDictionaryInfo(_assembly, _themedDictionaryAssembly, _themedDictionary, _themedDictionarySourceUri);