6 references to LookupAllowedContentTypesEntry
System.Xaml.Tests (6)
System\Xaml\XamlTypeTests.cs (6)
1429
Assert.Equal(expected, type.
LookupAllowedContentTypesEntry
());
1437
Assert.Throws<ArgumentNullException>("type", () => type.
LookupAllowedContentTypesEntry
());
1451
Assert.Throws<NullReferenceException>(() => type.
LookupAllowedContentTypesEntry
());
1465
Assert.Throws<NullReferenceException>(() => type.
LookupAllowedContentTypesEntry
());
1479
Assert.Throws<InvalidCastException>(() => type.
LookupAllowedContentTypesEntry
());
1513
Assert.Throws<XamlSchemaException>(() => type.
LookupAllowedContentTypesEntry
());