4 references to ExternalAssembly
PresentationFramework (4)
OtherAssemblyAttrs.cs (1)
53[assembly: System.Windows.ThemeInfoAttribute(System.Windows.ResourceDictionaryLocation.ExternalAssembly, System.Windows.ResourceDictionaryLocation.None)]
System\Windows\SystemResources.cs (3)
566_themedLocation = ResourceDictionaryLocation.ExternalAssembly; 619bool external = (_themedLocation == ResourceDictionaryLocation.ExternalAssembly); 707if (_genericLocation == ResourceDictionaryLocation.ExternalAssembly)