6 overrides of SchemaContext
System.Xaml (5)
System\Xaml\InfosetObjects\DeferredWriter.cs (1)
272public override XamlSchemaContext SchemaContext
System\Xaml\InfosetObjects\XamlObjectWriter.cs (1)
1026public override XamlSchemaContext SchemaContext
System\Xaml\WriterDelegate.cs (1)
90public override XamlSchemaContext SchemaContext
System\Xaml\XamlMarkupExtensionWriter.cs (1)
48public override XamlSchemaContext SchemaContext
System\Xaml\XamlXmlWriter.cs (1)
253public 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)
2396_xamlTemplateNodeList = new XamlNodeList(_xamlNodesWriter.SchemaContext); 2464_lookingForAKeyOnAMarkupExtensionInADictionaryNodeList = new XamlNodeList(_xamlNodesWriter.SchemaContext);
System.Xaml (4)
System\Xaml\XamlNodeList.cs (2)
60if (_writer.SchemaContext is null) 65return new ReaderMultiIndexDelegate(_writer.SchemaContext, Index, _nodeList.Count, _hasLineInfo);
System\Xaml\XamlNodeQueue.cs (1)
37_reader = new ReaderDelegate(_writer.SchemaContext, Next, _hasLineInfo);
System\Xaml\XamlServices.cs (1)
190XamlObjectReader objectReader = new XamlObjectReader(instance, writer.SchemaContext);