1 write to _assembly
PresentationFramework (1)
System\Windows\SystemResources.cs (1)
546
_assembly
= assembly;
7 references to _assembly
PresentationFramework (7)
System\Windows\SystemResources.cs (7)
626
_themedDictionaryAssembly =
_assembly
;
654
_themedDictionaryAssembly =
_assembly
;
713
_genericDictionaryAssembly =
_assembly
;
747
ThemeInfoAttribute locations = ThemeInfoAttribute.FromAssembly(
_assembly
);
786
string fullName = ReflectionUtils.GetFullAssemblyNameFromPartialName(
_assembly
, assemblyName);
861
return new ResourceDictionaryInfo(
_assembly
, _genericDictionaryAssembly, _genericDictionary, _genericDictionarySourceUri);
876
return new ResourceDictionaryInfo(
_assembly
, _themedDictionaryAssembly, _themedDictionary, _themedDictionarySourceUri);