1 write to _parserContext
PresentationFramework (1)
System\Windows\Markup\BamlReader.cs (1)
157
_parserContext
= new ParserContext
14 references to _parserContext
PresentationFramework (14)
System\Windows\Markup\BamlReader.cs (14)
161
_bamlRecordReader = new BamlRecordReader(bamlStream,
_parserContext
, false);
811
_parserContext
.XmlnsDictionary[bamlRecord.Prefix] = bamlRecord.XmlNamespace;
1048
string xmlns =
_parserContext
.XamlTypeMapper.GetXmlNamespace(declaringType.Namespace,
1828
_parserContext
.IsDebugBamlStream = documentStartRecord.DebugBaml;
1896
if (!
_parserContext
.XamlTypeMapper.PITable.Contains(piMappingRecord.XmlNamespace))
1900
_parserContext
.XamlTypeMapper.AddMappingProcessingInstruction(piMappingRecord.XmlNamespace,
1957
_parserContext
.PushScope();
1999
if (BamlRecordHelper.HasDebugExtensionRecord(
_parserContext
.IsDebugBamlStream, bamlRecord))
2053
_parserContext
.PopScope();
2073
_parserContext
.PushScope();
2169
_parserContext
.PopScope();
2662
xmlns =
_parserContext
.XamlTypeMapper.GetXmlNamespace(
2719
xmlns =
_parserContext
.XmlnsDictionary[string.Empty];
2766
get { return
_parserContext
.MapTable; }