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