1 write to _assembly
PresentationFramework (1)
src\Framework\System\Windows\SystemResources.cs (1)
558_assembly = assembly;
7 references to _assembly
PresentationFramework (7)
src\Framework\System\Windows\SystemResources.cs (7)
638_themedDictionaryAssembly = _assembly; 666_themedDictionaryAssembly = _assembly; 725_genericDictionaryAssembly = _assembly; 759ThemeInfoAttribute locations = ThemeInfoAttribute.FromAssembly(_assembly); 798string fullName = SafeSecurityHelper.GetFullAssemblyNameFromPartialName(_assembly, assemblyName); 875return new ResourceDictionaryInfo(_assembly, _genericDictionaryAssembly, _genericDictionary, _genericDictionarySourceUri); 890return new ResourceDictionaryInfo(_assembly, _themedDictionaryAssembly, _themedDictionary, _themedDictionarySourceUri);