1 write to _assembly
PresentationFramework (1)
System\Windows\SystemResources.cs (1)
549
_assembly
= assembly;
7 references to _assembly
PresentationFramework (7)
System\Windows\SystemResources.cs (7)
629
_themedDictionaryAssembly =
_assembly
;
657
_themedDictionaryAssembly =
_assembly
;
716
_genericDictionaryAssembly =
_assembly
;
750
ThemeInfoAttribute locations = ThemeInfoAttribute.FromAssembly(
_assembly
);
789
string fullName = ReflectionUtils.GetFullAssemblyNameFromPartialName(
_assembly
, assemblyName);
864
return new ResourceDictionaryInfo(
_assembly
, _genericDictionaryAssembly, _genericDictionary, _genericDictionarySourceUri);
879
return new ResourceDictionaryInfo(
_assembly
, _themedDictionaryAssembly, _themedDictionary, _themedDictionarySourceUri);