1 write to _parserContext
PresentationFramework (1)
System\Windows\Markup\BamlWriter.cs (1)
35
_parserContext
= new ParserContext();
15 references to _parserContext
PresentationFramework (15)
System\Windows\Markup\BamlWriter.cs (15)
36
if (null ==
_parserContext
.XamlTypeMapper)
38
_parserContext
.XamlTypeMapper = new BamlWriterXamlTypeMapper(XmlParserDefaults.GetDefaultAssemblyNames(),
41
_xamlTypeMapper =
_parserContext
.XamlTypeMapper;
42
_bamlRecordWriter = new BamlRecordWriter(stream,
_parserContext
, true);
48
_extensionParser = new MarkupExtensionParser((IParserHelper)this,
_parserContext
);
74
return
_parserContext
.XmlnsDictionary[prefix];
205
_parserContext
.PushScope();
244
_parserContext
.PopScope();
340
_dpProperty = XamlTypeMapper.ParsePropertyName(
_parserContext
, value, ref ownerType);
345
short propertyId =
_parserContext
.MapTable.GetAttributeOrTypeId(_bamlRecordWriter.BinaryWriter,
381
_parserContext
,
482
_parserContext
.XmlnsDictionary[localName] = xmlNamespace;
535
string valueNamespaceURI =
_parserContext
.XmlnsDictionary[prefix];
621
_parserContext
.PushScope();
798
_parserContext
.PopScope();