4 references to MetadataViewImplementationAttribute
System.ComponentModel.Composition (4)
System\ComponentModel\Composition\MetadataViewImplementationAttribute.cs (1)
13/// Initializes a new instance of the <see cref="MetadataViewImplementationAttribute"/> class, declaring the
System\ComponentModel\Composition\MetadataViewProvider.cs (3)
33if (!metadataViewType.IsAttributeDefined<MetadataViewImplementationAttribute>()) 46var implementationAttribute = metadataViewType.GetFirstAttribute<MetadataViewImplementationAttribute>();