1 write to _parserContext
System.Xaml (1)
System\Xaml\Parser\XamlScanner.cs (1)
45
_parserContext
= context;
9 references to _parserContext
System.Xaml (9)
System\Xaml\Parser\XamlScanner.cs (9)
294
XamlSchemaContext schemaContext =
_parserContext
.SchemaContext;
376
typeArgs = XamlTypeName.ParseListInternal(_typeArgumentAttribute.Value,
_parserContext
.FindNamespaceByPrefix, out error);
383
node.Type =
_parserContext
.GetXamlType(typeName, true);
428
property =
_parserContext
.GetDottedProperty(tagType, tagNamespace, name, tagIsRoot);
535
return new XamlType(xmlns, name.Name, null,
_parserContext
.SchemaContext);
598
string attrNamespace =
_parserContext
.FindNamespaceByPrefix(attr.Name.Prefix);
599
XamlMember directiveProperty =
_parserContext
.ResolveDirectiveProperty(attrNamespace, attr.Name.Name);
638
attr.Initialize(
_parserContext
, node.Type, node.TypeNamespace, tagIsRoot);
842
_parserContext
.AddNamespacePrefix(prefix, xamlNamespace);