1 write to _assembly
PresentationFramework (1)
System\Windows\SystemResources.cs (1)
545
_assembly
= assembly;
7 references to _assembly
PresentationFramework (7)
System\Windows\SystemResources.cs (7)
625
_themedDictionaryAssembly =
_assembly
;
653
_themedDictionaryAssembly =
_assembly
;
712
_genericDictionaryAssembly =
_assembly
;
746
ThemeInfoAttribute locations = ThemeInfoAttribute.FromAssembly(
_assembly
);
785
string fullName = ReflectionUtils.GetFullAssemblyNameFromPartialName(
_assembly
, assemblyName);
860
return new ResourceDictionaryInfo(
_assembly
, _genericDictionaryAssembly, _genericDictionary, _genericDictionarySourceUri);
875
return new ResourceDictionaryInfo(
_assembly
, _themedDictionaryAssembly, _themedDictionary, _themedDictionarySourceUri);