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)
212
if (
_context
.FindNamespaceByPrefixInParseStack(prefix) == null)
226
string xmlNs =
_context
.FindNamespaceByPrefix(KnownStrings.XmlPrefix);
227
XamlSchemaContext schemaContext =
_context
.SchemaContext;