7 references to XamlSchemaContext
PresentationFramework (1)
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (1)
34
:
base
()
System.Xaml (3)
System\Xaml\InfosetObjects\XamlXmlReader.cs (1)
217
schemaContext = new
XamlSchemaContext
();
System\Xaml\XamlObjectReader.cs (1)
41
: 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)
15
var type = new XamlType("unknownTypeNamespace", "unknownTypeName", null, new
XamlSchemaContext
());
System\Windows\Markup\XamlSetTypeConverterEventArgsTests.cs (1)
17
var type = new XamlType("unknownTypeNamespace", "unknownTypeName", null, new
XamlSchemaContext
());
System\Windows\Markup\XamlSetValueEventArgsTests.cs (1)
15
var type = new XamlType("unknownTypeNamespace", "unknownTypeName", null, new
XamlSchemaContext
());