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