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