1 write to _parserContext
PresentationFramework (1)
System\Windows\Markup\BamlReader.cs (1)
158
_parserContext
= new ParserContext
14 references to _parserContext
PresentationFramework (14)
System\Windows\Markup\BamlReader.cs (14)
162
_bamlRecordReader = new BamlRecordReader(bamlStream,
_parserContext
, false);
812
_parserContext
.XmlnsDictionary[bamlRecord.Prefix] = bamlRecord.XmlNamespace;
1049
string xmlns =
_parserContext
.XamlTypeMapper.GetXmlNamespace(declaringType.Namespace,
1832
_parserContext
.IsDebugBamlStream = documentStartRecord.DebugBaml;
1900
if (!
_parserContext
.XamlTypeMapper.PITable.Contains(piMappingRecord.XmlNamespace))
1904
_parserContext
.XamlTypeMapper.AddMappingProcessingInstruction(piMappingRecord.XmlNamespace,
1961
_parserContext
.PushScope();
2003
if (BamlRecordHelper.HasDebugExtensionRecord(
_parserContext
.IsDebugBamlStream, bamlRecord))
2057
_parserContext
.PopScope();
2077
_parserContext
.PushScope();
2173
_parserContext
.PopScope();
2666
xmlns =
_parserContext
.XamlTypeMapper.GetXmlNamespace(
2723
xmlns =
_parserContext
.XmlnsDictionary[string.Empty];
2770
get { return
_parserContext
.MapTable; }