1 instantiation of InheritedExportAttribute
System.ComponentModel.Composition.Registration (1)
System\ComponentModel\Composition\Registration\ExportBuilder.cs (1)
64
attributes.Add(new
InheritedExportAttribute
(_contractName, _contractType));
4 references to InheritedExportAttribute
System.ComponentModel.Composition (4)
System\ComponentModel\Composition\AttributedModel\AttributedPartCreationInfo.cs (3)
294
foreach (
InheritedExportAttribute
exportAttribute in type.GetAttributes<
InheritedExportAttribute
>())
414
return attributedProvider.IsAttributeDefined<
InheritedExportAttribute
>(false);
System\ComponentModel\Composition\Hosting\CompositionServices.cs (1)
16
internal static readonly Type InheritedExportAttributeType = typeof(
InheritedExportAttribute
);