Base:
method
GetXamlNamespaces
System.Xaml.XamlType.GetXamlNamespaces()
5 references to GetXamlNamespaces
System.Xaml.Tests (5)
System\Xaml\XamlTypeTests.cs (5)
358
Assert.Throws<XamlSchemaException>(() => type.
GetXamlNamespaces
());
374
Assert.Throws<NullReferenceException>(() => type.
GetXamlNamespaces
());
390
Assert.Throws<InvalidCastException>(() => type.
GetXamlNamespaces
());
406
Assert.Throws<NullReferenceException>(() => type.
GetXamlNamespaces
());
422
Assert.Throws<InvalidCastException>(() => type.
GetXamlNamespaces
());