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,
1825
_parserContext
.IsDebugBamlStream = documentStartRecord.DebugBaml;
1893
if (!
_parserContext
.XamlTypeMapper.PITable.Contains(piMappingRecord.XmlNamespace))
1897
_parserContext
.XamlTypeMapper.AddMappingProcessingInstruction(piMappingRecord.XmlNamespace,
1954
_parserContext
.PushScope();
1996
if (BamlRecordHelper.HasDebugExtensionRecord(
_parserContext
.IsDebugBamlStream, bamlRecord))
2050
_parserContext
.PopScope();
2070
_parserContext
.PushScope();
2166
_parserContext
.PopScope();
2656
xmlns =
_parserContext
.XamlTypeMapper.GetXmlNamespace(
2713
xmlns =
_parserContext
.XmlnsDictionary[string.Empty];
2760
get { return
_parserContext
.MapTable; }