1 type derived from ClassWithAliasedAttributes
System.Xaml.Tests (1)
System\Xaml\XamlTypeTests.cs (1)
704private class InheritedClassWithAliasedAttributes : ClassWithAliasedAttributes
8 references to ClassWithAliasedAttributes
System.Xaml.Tests (8)
System\Xaml\XamlTypeTests.cs (8)
447new SubXamlType(typeof(ClassWithAliasedAttributes), new XamlSchemaContext()), 449new XamlMember("keyName", new XamlType(typeof(ClassWithAliasedAttributes), new XamlSchemaContext()), false) 479new SubXamlType(typeof(ClassWithAliasedAttributes), new XamlSchemaContext()), 481new XamlMember("runtimeName", new XamlType(typeof(ClassWithAliasedAttributes), new XamlSchemaContext()), false) 511new SubXamlType(typeof(ClassWithAliasedAttributes), new XamlSchemaContext()), 513new XamlMember("uidName", new XamlType(typeof(ClassWithAliasedAttributes), new XamlSchemaContext()), false) 543new SubXamlType(typeof(ClassWithAliasedAttributes), new XamlSchemaContext()), 545new XamlMember("langName", new XamlType(typeof(ClassWithAliasedAttributes), new XamlSchemaContext()), false)