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, 1828_parserContext.IsDebugBamlStream = documentStartRecord.DebugBaml; 1896if (!_parserContext.XamlTypeMapper.PITable.Contains(piMappingRecord.XmlNamespace)) 1900_parserContext.XamlTypeMapper.AddMappingProcessingInstruction(piMappingRecord.XmlNamespace, 1957_parserContext.PushScope(); 1999if (BamlRecordHelper.HasDebugExtensionRecord(_parserContext.IsDebugBamlStream, bamlRecord)) 2053_parserContext.PopScope(); 2073_parserContext.PushScope(); 2169_parserContext.PopScope(); 2662xmlns = _parserContext.XamlTypeMapper.GetXmlNamespace( 2719xmlns = _parserContext.XmlnsDictionary[string.Empty]; 2766get { return _parserContext.MapTable; }