7 writes to _themedDictionaryAssembly
PresentationFramework (7)
System\Windows\SystemResources.cs (7)
549_themedDictionaryAssembly = null; 584_themedDictionaryAssembly = null; 622LoadExternalAssembly(false /* classic */, false /* generic */, out _themedDictionaryAssembly, out dictionaryAssemblyName); 626_themedDictionaryAssembly = _assembly; 637LoadExternalAssembly(false /* classic */, false /* generic */, out _themedDictionaryAssembly, out dictionaryAssemblyName); 650LoadExternalAssembly(true /* classic */, false /* generic */, out _themedDictionaryAssembly, out dictionaryAssemblyName); 654_themedDictionaryAssembly = _assembly;
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);