1 write to _parserContext
PresentationFramework (1)
System\Windows\Markup\BamlWriter.cs (1)
34
_parserContext
= new ParserContext();
15 references to _parserContext
PresentationFramework (15)
System\Windows\Markup\BamlWriter.cs (15)
35
if (null ==
_parserContext
.XamlTypeMapper)
37
_parserContext
.XamlTypeMapper = new BamlWriterXamlTypeMapper(XmlParserDefaults.GetDefaultAssemblyNames(),
40
_xamlTypeMapper =
_parserContext
.XamlTypeMapper;
41
_bamlRecordWriter = new BamlRecordWriter(stream,
_parserContext
, true);
47
_extensionParser = new MarkupExtensionParser((IParserHelper)this,
_parserContext
);
73
return
_parserContext
.XmlnsDictionary[prefix];
204
_parserContext
.PushScope();
245
_parserContext
.PopScope();
341
_dpProperty = XamlTypeMapper.ParsePropertyName(
_parserContext
, value, ref ownerType);
346
short propertyId =
_parserContext
.MapTable.GetAttributeOrTypeId(_bamlRecordWriter.BinaryWriter,
382
_parserContext
,
483
_parserContext
.XmlnsDictionary[localName] = xmlNamespace;
536
string valueNamespaceURI =
_parserContext
.XmlnsDictionary[prefix];
622
_parserContext
.PushScope();
799
_parserContext
.PopScope();