5 references to LookupContentPropertyEntry
System.Xaml.Tests (5)
System\Xaml\XamlTypeTests.cs (5)
2041Assert.Equal(expected, type.LookupContentPropertyEntry()); 2055Assert.Throws<NullReferenceException>(() => type.LookupContentPropertyEntry()); 2069Assert.Throws<NullReferenceException>(() => type.LookupContentPropertyEntry()); 2083Assert.Throws<InvalidCastException>(() => type.LookupContentPropertyEntry()); 2108Assert.Throws<XamlSchemaException>(() => type.LookupContentPropertyEntry());