7 writes to _themedDictionaryAssembly
PresentationFramework (7)
src\Framework\System\Windows\SystemResources.cs (7)
561_themedDictionaryAssembly = null; 596_themedDictionaryAssembly = null; 634LoadExternalAssembly(false /* classic */, false /* generic */, out _themedDictionaryAssembly, out dictionaryAssemblyName); 638_themedDictionaryAssembly = _assembly; 649LoadExternalAssembly(false /* classic */, false /* generic */, out _themedDictionaryAssembly, out dictionaryAssemblyName); 662LoadExternalAssembly(true /* classic */, false /* generic */, out _themedDictionaryAssembly, out dictionaryAssemblyName); 666_themedDictionaryAssembly = _assembly;
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);