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