1 write to _context
System.Xaml (1)
System\Xaml\Parser\NodeStreamSorter.cs (1)
96_context = context;
3 references to _context
System.Xaml (3)
System\Xaml\Parser\NodeStreamSorter.cs (3)
212if (_context.FindNamespaceByPrefixInParseStack(prefix) == null) 226string xmlNs = _context.FindNamespaceByPrefix(KnownStrings.XmlPrefix); 227XamlSchemaContext schemaContext = _context.SchemaContext;