1 write to _parserContext
PresentationFramework (1)
src\Framework\System\Windows\Markup\BamlReader.cs (1)
177
_parserContext
= new ParserContext();
15 references to _parserContext
PresentationFramework (15)
src\Framework\System\Windows\Markup\BamlReader.cs (15)
178
_parserContext
.XamlTypeMapper = XmlParserDefaults.DefaultMapper;
179
_bamlRecordReader = new BamlRecordReader(bamlStream,
_parserContext
, false);
832
_parserContext
.XmlnsDictionary[bamlRecord.Prefix] = bamlRecord.XmlNamespace;
1067
string xmlns =
_parserContext
.XamlTypeMapper.GetXmlNamespace(declaringType.Namespace,
1837
_parserContext
.IsDebugBamlStream = documentStartRecord.DebugBaml;
1903
if (!
_parserContext
.XamlTypeMapper.PITable.Contains(piMappingRecord.XmlNamespace))
1907
_parserContext
.XamlTypeMapper.AddMappingProcessingInstruction(piMappingRecord.XmlNamespace,
1973
_parserContext
.PushScope();
2013
if (BamlRecordHelper.HasDebugExtensionRecord(
_parserContext
.IsDebugBamlStream, bamlRecord))
2067
_parserContext
.PopScope();
2088
_parserContext
.PushScope();
2184
_parserContext
.PopScope();
2674
xmlns =
_parserContext
.XamlTypeMapper.GetXmlNamespace(
2731
xmlns =
_parserContext
.XmlnsDictionary[string.Empty];
2778
get { return
_parserContext
.MapTable; }