1 type derived from ReflectionComposablePart
System.ComponentModel.Composition (1)
System\ComponentModel\Composition\ReflectionModel\DisposableReflectionComposablePart.cs (1)
8internal sealed class DisposableReflectionComposablePart : ReflectionComposablePart, IDisposable
3 instantiations of ReflectionComposablePart
System.ComponentModel.Composition (3)
System\ComponentModel\Composition\AttributedModel\AttributedModelDiscovery.cs (2)
43return new ReflectionComposablePart(definition, attributedPart); 68return new ReflectionComposablePart((ReflectionComposablePartDefinition)partDefinition, attributedPart);
System\ComponentModel\Composition\ReflectionModel\ReflectionComposablePartDefinition.cs (1)
127return new ReflectionComposablePart(this);
3 references to ReflectionComposablePart
System.ComponentModel.Composition (3)
System\ComponentModel\Composition\AttributedModel\AttributedModelDiscovery.cs (3)
36public static ReflectionComposablePart CreatePart(object attributedPart) 46public static ReflectionComposablePart CreatePart(object attributedPart, ReflectionContext reflectionContext) 63public static ReflectionComposablePart CreatePart(ComposablePartDefinition partDefinition, object attributedPart)