1 type derived from ClassWithWhitespaceSignificantCollectionAttribute
System.Xaml.Tests (1)
System\Xaml\XamlTypeTests.cs (1)
2950
private class InheritedClassWithWhitespaceSignificantCollectionAttribute :
ClassWithWhitespaceSignificantCollectionAttribute
3 references to ClassWithWhitespaceSignificantCollectionAttribute
System.Xaml.Tests (3)
System\Xaml\XamlTypeTests.cs (3)
2908
new SubXamlType(typeof(
ClassWithWhitespaceSignificantCollectionAttribute
), new XamlSchemaContext()),
2918
new SubXamlType(new ReflectionOnlyCustomAttributeDataType(typeof(
ClassWithWhitespaceSignificantCollectionAttribute
)), new XamlSchemaContext()),
2929
new CustomXamlType(typeof(
ClassWithWhitespaceSignificantCollectionAttribute
), new XamlSchemaContext())