1 type derived from ClassWithXamlSetTypeConverterAttribute
System.Xaml.Tests (1)
System\Xaml\XamlTypeTests.cs (1)
4110private class InheritedClassWithXamlSetTypeConverterAttribute : ClassWithXamlSetTypeConverterAttribute
4 references to ClassWithXamlSetTypeConverterAttribute
System.Xaml.Tests (4)
System\Xaml\XamlTypeTests.cs (4)
3967new SubXamlType(typeof(ClassWithXamlSetTypeConverterAttribute), new XamlSchemaContext()), 3968Delegate.CreateDelegate(typeof(EventHandler<XamlSetTypeConverterEventArgs>), typeof(ClassWithXamlSetTypeConverterAttribute), "Method") 3988new CustomXamlType(typeof(ClassWithXamlSetTypeConverterAttribute), new XamlSchemaContext()) 4090var type = new SubXamlType(new ReflectionOnlyCustomAttributeDataType(typeof(ClassWithXamlSetTypeConverterAttribute)), new XamlSchemaContext());