4 references to ExternalAssembly
PresentationFramework (4)
OtherAssemblyAttrs.cs (1)
52[assembly: System.Windows.ThemeInfoAttribute(System.Windows.ResourceDictionaryLocation.ExternalAssembly, System.Windows.ResourceDictionaryLocation.None)]
System\Windows\SystemResources.cs (3)
565_themedLocation = ResourceDictionaryLocation.ExternalAssembly; 618bool external = (_themedLocation == ResourceDictionaryLocation.ExternalAssembly); 706if (_genericLocation == ResourceDictionaryLocation.ExternalAssembly)