4 references to XamlType
System.Xaml (1)
System\Xaml\XamlType.cs (1)
58
:
this
(underlyingType, schemaContext, null)
System.Xaml.Tests (3)
System\Xaml\XamlTypeTests.cs (3)
111
var type = new
XamlType
(underlyingType, schemaContext, invoker);
131
Assert.Throws<ArgumentNullException>("underlyingType", () => new
XamlType
(null, new XamlSchemaContext(), XamlTypeInvoker.UnknownInvoker));
147
Assert.Throws<ArgumentNullException>("schemaContext", () => new
XamlType
(typeof(int), null, XamlTypeInvoker.UnknownInvoker));