1 type derived from ClassWithUsableDuringInitializationAttribute
System.Xaml.Tests (1)
System\Xaml\XamlTypeTests.cs (1)
4621
private class InheritedClassWithUsableDuringInitializationAttribute :
ClassWithUsableDuringInitializationAttribute
3 references to ClassWithUsableDuringInitializationAttribute
System.Xaml.Tests (3)
System\Xaml\XamlTypeTests.cs (3)
4500
new SubXamlType(typeof(
ClassWithUsableDuringInitializationAttribute
), new XamlSchemaContext()),
4510
new SubXamlType(new ReflectionOnlyCustomAttributeDataType(typeof(
ClassWithUsableDuringInitializationAttribute
)), new XamlSchemaContext()),
4521
new CustomXamlType(typeof(
ClassWithUsableDuringInitializationAttribute
), new XamlSchemaContext())