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