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