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)
209
if (
_context
.FindNamespaceByPrefixInParseStack(prefix) is null)
223
string xmlNs =
_context
.FindNamespaceByPrefix(KnownStrings.XmlPrefix);
224
XamlSchemaContext schemaContext =
_context
.SchemaContext;