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