5 writes to _themedDictionarySourceUri
PresentationFramework (5)
src\Framework\System\Windows\SystemResources.cs (5)
562_themedDictionarySourceUri = null; 597_themedDictionarySourceUri = null; 644dictionary = LoadDictionary(_themedDictionaryAssembly, dictionaryAssemblyName, ThemedResourceName, isTraceEnabled, out _themedDictionarySourceUri); 652dictionary = LoadDictionary(_themedDictionaryAssembly, dictionaryAssemblyName, ThemedResourceName, isTraceEnabled, out _themedDictionarySourceUri); 672dictionary = LoadDictionary(_themedDictionaryAssembly, dictionaryAssemblyName, ClassicResourceName, isTraceEnabled, out _themedDictionarySourceUri);
1 reference to _themedDictionarySourceUri
PresentationFramework (1)
src\Framework\System\Windows\SystemResources.cs (1)
890return new ResourceDictionaryInfo(_assembly, _themedDictionaryAssembly, _themedDictionary, _themedDictionarySourceUri);