1 type derived from ClassWithKnownContentPropertyAttribute
System.Xaml.Tests (1)
System\Xaml\XamlTypeTests.cs (1)
2123private class InheritedClassWithContentPropertyAttribute : ClassWithKnownContentPropertyAttribute
7 references to ClassWithKnownContentPropertyAttribute
System.Xaml.Tests (7)
System\Xaml\XamlTypeTests.cs (7)
1485[ContentWrapper(typeof(ClassWithKnownContentPropertyAttribute))] 1486[ContentWrapper(typeof(ClassWithKnownContentPropertyAttribute))] 1985new SubXamlType(typeof(ClassWithKnownContentPropertyAttribute), new XamlSchemaContext()), 1986new XamlMember(typeof(ClassWithKnownContentPropertyAttribute).GetProperty(nameof(ClassWithKnownContentPropertyAttribute.Name)), new XamlSchemaContext()) 1996new XamlMember(typeof(ClassWithKnownContentPropertyAttribute).GetProperty(nameof(ClassWithKnownContentPropertyAttribute.Name)), new XamlSchemaContext())