6 overrides of SchemaContext
System.Xaml (5)
System\Xaml\InfosetObjects\DeferredWriter.cs (1)
271public override XamlSchemaContext SchemaContext
System\Xaml\InfosetObjects\XamlObjectWriter.cs (1)
1025public override XamlSchemaContext SchemaContext
System\Xaml\WriterDelegate.cs (1)
89public override XamlSchemaContext SchemaContext
System\Xaml\XamlMarkupExtensionWriter.cs (1)
47public override XamlSchemaContext SchemaContext
System\Xaml\XamlXmlWriter.cs (1)
251public override XamlSchemaContext SchemaContext
System.Xaml.Tests (1)
System\Xaml\XamlWriterTests.cs (1)
163public override XamlSchemaContext? SchemaContext { get; }
6 references to SchemaContext
PresentationFramework (2)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (2)
2395_xamlTemplateNodeList = new XamlNodeList(_xamlNodesWriter.SchemaContext); 2463_lookingForAKeyOnAMarkupExtensionInADictionaryNodeList = new XamlNodeList(_xamlNodesWriter.SchemaContext);
System.Xaml (4)
System\Xaml\XamlNodeList.cs (2)
59if (_writer.SchemaContext is null) 64return new ReaderMultiIndexDelegate(_writer.SchemaContext, Index, _nodeList.Count, _hasLineInfo);
System\Xaml\XamlNodeQueue.cs (1)
36_reader = new ReaderDelegate(_writer.SchemaContext, Next, _hasLineInfo);
System\Xaml\XamlServices.cs (1)
189XamlObjectReader objectReader = new XamlObjectReader(instance, writer.SchemaContext);