1 type derived from ClassWithXamlSetMarkupExtensionAttribute
System.Xaml.Tests (1)
System\Xaml\XamlTypeTests.cs (1)
3911
private class InheritedClassWithXamlSetMarkupExtensionAttribute :
ClassWithXamlSetMarkupExtensionAttribute
4 references to ClassWithXamlSetMarkupExtensionAttribute
System.Xaml.Tests (4)
System\Xaml\XamlTypeTests.cs (4)
3768
new SubXamlType(typeof(
ClassWithXamlSetMarkupExtensionAttribute
), new XamlSchemaContext()),
3769
Delegate.CreateDelegate(typeof(EventHandler<XamlSetMarkupExtensionEventArgs>), typeof(
ClassWithXamlSetMarkupExtensionAttribute
), "Method")
3789
new CustomXamlType(typeof(
ClassWithXamlSetMarkupExtensionAttribute
), new XamlSchemaContext())
3891
var type = new SubXamlType(new ReflectionOnlyCustomAttributeDataType(typeof(
ClassWithXamlSetMarkupExtensionAttribute
)), new XamlSchemaContext());