1 write to _parserContext
System.Xaml (1)
System\Xaml\Parser\XamlScanner.cs (1)
48
_parserContext
= context;
9 references to _parserContext
System.Xaml (9)
System\Xaml\Parser\XamlScanner.cs (9)
297
XamlSchemaContext schemaContext =
_parserContext
.SchemaContext;
379
typeArgs = XamlTypeName.ParseListInternal(_typeArgumentAttribute.Value,
_parserContext
.FindNamespaceByPrefix, out error);
386
node.Type =
_parserContext
.GetXamlType(typeName, true);
431
property =
_parserContext
.GetDottedProperty(tagType, tagNamespace, name, tagIsRoot);
538
return new XamlType(xmlns, name.Name, null,
_parserContext
.SchemaContext);
601
string attrNamespace =
_parserContext
.FindNamespaceByPrefix(attr.Name.Prefix);
602
XamlMember directiveProperty =
_parserContext
.ResolveDirectiveProperty(attrNamespace, attr.Name.Name);
641
attr.Initialize(
_parserContext
, node.Type, node.TypeNamespace, tagIsRoot);
845
_parserContext
.AddNamespacePrefix(prefix, xamlNamespace);