1 type derived from ClassWithTrimSurroundingWhitespaceAttribute
System.Xaml.Tests (1)
System\Xaml\XamlTypeTests.cs (1)
4197
private class InheritedClassWithTrimSurroundingWhitespaceAttribute :
ClassWithTrimSurroundingWhitespaceAttribute
3 references to ClassWithTrimSurroundingWhitespaceAttribute
System.Xaml.Tests (3)
System\Xaml\XamlTypeTests.cs (3)
4155
new SubXamlType(typeof(
ClassWithTrimSurroundingWhitespaceAttribute
), new XamlSchemaContext()),
4165
new SubXamlType(new ReflectionOnlyCustomAttributeDataType(typeof(
ClassWithTrimSurroundingWhitespaceAttribute
)), new XamlSchemaContext()),
4176
new CustomXamlType(typeof(
ClassWithTrimSurroundingWhitespaceAttribute
), new XamlSchemaContext())