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; 1049string xmlns = _parserContext.XamlTypeMapper.GetXmlNamespace(declaringType.Namespace, 1832_parserContext.IsDebugBamlStream = documentStartRecord.DebugBaml; 1900if (!_parserContext.XamlTypeMapper.PITable.Contains(piMappingRecord.XmlNamespace)) 1904_parserContext.XamlTypeMapper.AddMappingProcessingInstruction(piMappingRecord.XmlNamespace, 1961_parserContext.PushScope(); 2003if (BamlRecordHelper.HasDebugExtensionRecord(_parserContext.IsDebugBamlStream, bamlRecord)) 2057_parserContext.PopScope(); 2077_parserContext.PushScope(); 2173_parserContext.PopScope(); 2666xmlns = _parserContext.XamlTypeMapper.GetXmlNamespace( 2723xmlns = _parserContext.XmlnsDictionary[string.Empty]; 2770get { return _parserContext.MapTable; }