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