6 references to LookupAliasedPropertyEntry
System.Xaml.Tests (6)
System\Xaml\XamlTypeTests.cs (6)
612Assert.Equal(expected, type.LookupAliasedPropertyEntry(directive)); 622Assert.Throws<ArgumentNullException>("key", () => type.LookupAliasedPropertyEntry(null!)); 645Assert.Throws<NullReferenceException>(() => type.LookupAliasedPropertyEntry(directive)); 660Assert.Throws<NullReferenceException>(() => type.LookupAliasedPropertyEntry(directive)); 675Assert.Throws<InvalidCastException>(() => type.LookupAliasedPropertyEntry(directive)); 700Assert.Throws<XamlSchemaException>(() => type.LookupAliasedPropertyEntry(XamlLanguage.Lang));