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