1 type derived from ClassWithTypeConverterAttribute
System.Xaml.Tests (1)
System\Xaml\XamlTypeTests.cs (1)
4407public class InheritedClassWithTypeConverterAttribute : ClassWithTypeConverterAttribute
3 references to ClassWithTypeConverterAttribute
System.Xaml.Tests (3)
System\Xaml\XamlMemberTests.cs (1)
1829public XamlTypeTests.ClassWithTypeConverterAttribute? ClassWithTypeConverterAttribute { get; set; }
System\Xaml\XamlTypeTests.cs (2)
4265new SubXamlType(typeof(ClassWithTypeConverterAttribute), new XamlSchemaContext()), 4291new CustomXamlType(typeof(ClassWithTypeConverterAttribute), new XamlSchemaContext())