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)
33
if (!metadataViewType.IsAttributeDefined<
MetadataViewImplementationAttribute
>())
46
var
implementationAttribute = metadataViewType.GetFirstAttribute<
MetadataViewImplementationAttribute
>();