1 type derived from ClassWithAmbientAttribute
System.Xaml.Tests (1)
System\Xaml\XamlTypeTests.cs (1)
2646private class InheritedClassWithAmbientAttribute : ClassWithAmbientAttribute
3 references to ClassWithAmbientAttribute
System.Xaml.Tests (3)
System\Xaml\XamlTypeTests.cs (3)
2604new SubXamlType(typeof(ClassWithAmbientAttribute), new XamlSchemaContext()), 2614new SubXamlType(new ReflectionOnlyCustomAttributeDataType(typeof(ClassWithAmbientAttribute)), new XamlSchemaContext()), 2625new CustomXamlType(typeof(ClassWithAmbientAttribute), new XamlSchemaContext())