7 references to XamlSchemaContext
PresentationFramework (1)
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (1)
31
:
base
()
System.Xaml (3)
System\Xaml\InfosetObjects\XamlXmlReader.cs (1)
215
schemaContext = new
XamlSchemaContext
();
System\Xaml\XamlObjectReader.cs (1)
36
: this(instance, new
XamlSchemaContext
(), settings)
System\Xaml\XamlServices.cs (1)
178
using (XamlXmlWriter xamlWriter = new XamlXmlWriter(writer, new
XamlSchemaContext
()))
System.Xaml.Tests (3)
System\Windows\Markup\XamlSetMarkupExtensionEventArgsTests.cs (1)
14
var type = new XamlType("unknownTypeNamespace", "unknownTypeName", null, new
XamlSchemaContext
());
System\Windows\Markup\XamlSetTypeConverterEventArgsTests.cs (1)
16
var type = new XamlType("unknownTypeNamespace", "unknownTypeName", null, new
XamlSchemaContext
());
System\Windows\Markup\XamlSetValueEventArgsTests.cs (1)
14
var type = new XamlType("unknownTypeNamespace", "unknownTypeName", null, new
XamlSchemaContext
());