1 write to _parserContext
PresentationFramework (1)
System\Windows\Markup\BamlReader.cs (1)
168_parserContext = new ParserContext();
15 references to _parserContext
PresentationFramework (15)
System\Windows\Markup\BamlReader.cs (15)
169_parserContext.XamlTypeMapper = XmlParserDefaults.DefaultMapper; 170_bamlRecordReader = new BamlRecordReader(bamlStream, _parserContext, false); 820_parserContext.XmlnsDictionary[bamlRecord.Prefix] = bamlRecord.XmlNamespace; 1055string xmlns = _parserContext.XamlTypeMapper.GetXmlNamespace(declaringType.Namespace, 1824_parserContext.IsDebugBamlStream = documentStartRecord.DebugBaml; 1890if (!_parserContext.XamlTypeMapper.PITable.Contains(piMappingRecord.XmlNamespace)) 1894_parserContext.XamlTypeMapper.AddMappingProcessingInstruction(piMappingRecord.XmlNamespace, 1951_parserContext.PushScope(); 1991if (BamlRecordHelper.HasDebugExtensionRecord(_parserContext.IsDebugBamlStream, bamlRecord)) 2045_parserContext.PopScope(); 2065_parserContext.PushScope(); 2161_parserContext.PopScope(); 2650xmlns = _parserContext.XamlTypeMapper.GetXmlNamespace( 2707xmlns = _parserContext.XmlnsDictionary[string.Empty]; 2754get { return _parserContext.MapTable; }