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