5 overrides of SchemaContext
System.Xaml (5)
System\Xaml\InfosetObjects\DeferredWriter.cs (1)
269public override XamlSchemaContext SchemaContext
System\Xaml\InfosetObjects\XamlObjectWriter.cs (1)
1000public override XamlSchemaContext SchemaContext
System\Xaml\WriterDelegate.cs (1)
90public override XamlSchemaContext SchemaContext
System\Xaml\XamlMarkupExtensionWriter.cs (1)
49public override XamlSchemaContext SchemaContext
System\Xaml\XamlXmlWriter.cs (1)
254public override XamlSchemaContext SchemaContext
6 references to SchemaContext
PresentationFramework (2)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (2)
2400_xamlTemplateNodeList = new XamlNodeList(_xamlNodesWriter.SchemaContext); 2471_lookingForAKeyOnAMarkupExtensionInADictionaryNodeList = new XamlNodeList(_xamlNodesWriter.SchemaContext);
System.Xaml (4)
System\Xaml\XamlNodeList.cs (2)
62if (_writer.SchemaContext == null) 66return new ReaderMultiIndexDelegate(_writer.SchemaContext, Index, _nodeList.Count, _hasLineInfo);
System\Xaml\XamlNodeQueue.cs (1)
40_reader = new ReaderDelegate(_writer.SchemaContext, Next, _hasLineInfo);
System\Xaml\XamlServices.cs (1)
188XamlObjectReader objectReader = new XamlObjectReader(instance, writer.SchemaContext);