4 references to XamlSchemaContext
PresentationFramework (1)
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (1)
30
:
base
()
System.Xaml (3)
System\Xaml\InfosetObjects\XamlXmlReader.cs (1)
220
schemaContext = new
XamlSchemaContext
();
System\Xaml\XamlObjectReader.cs (1)
35
: this(instance, new
XamlSchemaContext
(), settings)
System\Xaml\XamlServices.cs (1)
179
using (XamlXmlWriter xamlWriter = new XamlXmlWriter(writer, new
XamlSchemaContext
()))