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