7 writes to _themedDictionaryAssembly
PresentationFramework (7)
System\Windows\SystemResources.cs (7)
562_themedDictionaryAssembly = null; 597_themedDictionaryAssembly = null; 635LoadExternalAssembly(false /* classic */, false /* generic */, out _themedDictionaryAssembly, out dictionaryAssemblyName); 639_themedDictionaryAssembly = _assembly; 650LoadExternalAssembly(false /* classic */, false /* generic */, out _themedDictionaryAssembly, out dictionaryAssemblyName); 663LoadExternalAssembly(true /* classic */, false /* generic */, out _themedDictionaryAssembly, out dictionaryAssemblyName); 667_themedDictionaryAssembly = _assembly;
7 references to _themedDictionaryAssembly
PresentationFramework (7)
System\Windows\SystemResources.cs (7)
643if (_themedDictionaryAssembly != null) 645dictionary = LoadDictionary(_themedDictionaryAssembly, dictionaryAssemblyName, ThemedResourceName, isTraceEnabled, out _themedDictionarySourceUri); 651if (_themedDictionaryAssembly != null) 653dictionary = LoadDictionary(_themedDictionaryAssembly, dictionaryAssemblyName, ThemedResourceName, isTraceEnabled, out _themedDictionarySourceUri); 671if (_themedDictionaryAssembly != null) 673dictionary = LoadDictionary(_themedDictionaryAssembly, dictionaryAssemblyName, ClassicResourceName, isTraceEnabled, out _themedDictionarySourceUri); 891return new ResourceDictionaryInfo(_assembly, _themedDictionaryAssembly, _themedDictionary, _themedDictionarySourceUri);