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
;
759
ThemeInfoAttribute locations = ThemeInfoAttribute.FromAssembly(
_assembly
);
798
string fullName = SafeSecurityHelper.GetFullAssemblyNameFromPartialName(
_assembly
, assemblyName);
875
return new ResourceDictionaryInfo(
_assembly
, _genericDictionaryAssembly, _genericDictionary, _genericDictionarySourceUri);
890
return new ResourceDictionaryInfo(
_assembly
, _themedDictionaryAssembly, _themedDictionary, _themedDictionarySourceUri);