4 references to ExternalAssembly
PresentationFramework (4)
src\Framework\OtherAssemblyAttrs.cs (1)
50
[assembly:System.Windows.ThemeInfoAttribute(System.Windows.ResourceDictionaryLocation.
ExternalAssembly
, System.Windows.ResourceDictionaryLocation.None)]
src\Framework\System\Windows\SystemResources.cs (3)
578
_themedLocation = ResourceDictionaryLocation.
ExternalAssembly
;
631
bool external = (_themedLocation == ResourceDictionaryLocation.
ExternalAssembly
);
719
if (_genericLocation == ResourceDictionaryLocation.
ExternalAssembly
)