4 references to SchemaContext
System.Xaml (4)
System\Xaml\Context\ObjectWriterContext.cs (1)
28: base(savedContext.SchemaContext)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (3)
60if (savedContext.SchemaContext is null) 65Initialize(savedContext.SchemaContext, savedContext, settings); 74if (savedContext is not null && schemaContext != savedContext.SchemaContext)