1 write to _context
System.Xaml (1)
System\Xaml\Parser\NodeStreamSorter.cs (1)
93_context = context;
3 references to _context
System.Xaml (3)
System\Xaml\Parser\NodeStreamSorter.cs (3)
209if (_context.FindNamespaceByPrefixInParseStack(prefix) is null) 223string xmlNs = _context.FindNamespaceByPrefix(KnownStrings.XmlPrefix); 224XamlSchemaContext schemaContext = _context.SchemaContext;