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