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