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, 1829_parserContext.IsDebugBamlStream = documentStartRecord.DebugBaml; 1897if (!_parserContext.XamlTypeMapper.PITable.Contains(piMappingRecord.XmlNamespace)) 1901_parserContext.XamlTypeMapper.AddMappingProcessingInstruction(piMappingRecord.XmlNamespace, 1958_parserContext.PushScope(); 2000if (BamlRecordHelper.HasDebugExtensionRecord(_parserContext.IsDebugBamlStream, bamlRecord)) 2054_parserContext.PopScope(); 2074_parserContext.PushScope(); 2170_parserContext.PopScope(); 2663xmlns = _parserContext.XamlTypeMapper.GetXmlNamespace( 2720xmlns = _parserContext.XmlnsDictionary[string.Empty]; 2767get { return _parserContext.MapTable; }