1 write to _assembly
PresentationFramework (1)
System\Windows\SystemResources.cs (1)
559_assembly = assembly;
7 references to _assembly
PresentationFramework (7)
System\Windows\SystemResources.cs (7)
639_themedDictionaryAssembly = _assembly; 667_themedDictionaryAssembly = _assembly; 726_genericDictionaryAssembly = _assembly; 760ThemeInfoAttribute locations = ThemeInfoAttribute.FromAssembly(_assembly); 799string fullName = SafeSecurityHelper.GetFullAssemblyNameFromPartialName(_assembly, assemblyName); 876return new ResourceDictionaryInfo(_assembly, _genericDictionaryAssembly, _genericDictionary, _genericDictionarySourceUri); 891return new ResourceDictionaryInfo(_assembly, _themedDictionaryAssembly, _themedDictionary, _themedDictionarySourceUri);