1 write to _parserContext
PresentationFramework (1)
src\Framework\System\Windows\Markup\BamlWriter.cs (1)
61
_parserContext
= new ParserContext();
15 references to _parserContext
PresentationFramework (15)
src\Framework\System\Windows\Markup\BamlWriter.cs (15)
62
if (null ==
_parserContext
.XamlTypeMapper)
64
_parserContext
.XamlTypeMapper = new BamlWriterXamlTypeMapper(XmlParserDefaults.GetDefaultAssemblyNames(),
67
_xamlTypeMapper =
_parserContext
.XamlTypeMapper;
68
_bamlRecordWriter = new BamlRecordWriter(stream,
_parserContext
, true);
74
_extensionParser = new MarkupExtensionParser((IParserHelper)this,
_parserContext
);
100
return
_parserContext
.XmlnsDictionary[prefix];
231
_parserContext
.PushScope();
270
_parserContext
.PopScope();
366
_dpProperty = XamlTypeMapper.ParsePropertyName(
_parserContext
, value, ref ownerType);
371
short propertyId =
_parserContext
.MapTable.GetAttributeOrTypeId(_bamlRecordWriter.BinaryWriter,
407
_parserContext
,
508
_parserContext
.XmlnsDictionary[localName] = xmlNamespace;
561
string valueNamespaceURI =
_parserContext
.XmlnsDictionary[prefix];
647
_parserContext
.PushScope();
824
_parserContext
.PopScope();