1 type derived from ClassWithContentWrapperAttribute
System.Xaml.Tests (1)
System\Xaml\XamlTypeTests.cs (1)
2302private class InheritedClassWithContentWrapperAttribute : ClassWithContentWrapperAttribute
6 references to ClassWithContentWrapperAttribute
System.Xaml.Tests (6)
System\Xaml\XamlTypeTests.cs (6)
1396new SubXamlType(typeof(ClassWithContentWrapperAttribute), new XamlSchemaContext()), 1406new SubXamlType(new ReflectionOnlyCustomAttributeDataType(typeof(ClassWithContentWrapperAttribute)), new XamlSchemaContext()), 1417new CustomXamlType(typeof(ClassWithContentWrapperAttribute), new XamlSchemaContext()) 2184new SubXamlType(typeof(ClassWithContentWrapperAttribute), new XamlSchemaContext()), 2194new SubXamlType(new ReflectionOnlyCustomAttributeDataType(typeof(ClassWithContentWrapperAttribute)), new XamlSchemaContext()), 2205new CustomXamlType(typeof(ClassWithContentWrapperAttribute), new XamlSchemaContext())