1 write to _parserContext
PresentationFramework (1)
src\Framework\System\Windows\Markup\BamlReader.cs (1)
177_parserContext = new ParserContext();
15 references to _parserContext
PresentationFramework (15)
src\Framework\System\Windows\Markup\BamlReader.cs (15)
178_parserContext.XamlTypeMapper = XmlParserDefaults.DefaultMapper; 179_bamlRecordReader = new BamlRecordReader(bamlStream, _parserContext, false); 832_parserContext.XmlnsDictionary[bamlRecord.Prefix] = bamlRecord.XmlNamespace; 1067string xmlns = _parserContext.XamlTypeMapper.GetXmlNamespace(declaringType.Namespace, 1837_parserContext.IsDebugBamlStream = documentStartRecord.DebugBaml; 1903if (!_parserContext.XamlTypeMapper.PITable.Contains(piMappingRecord.XmlNamespace)) 1907_parserContext.XamlTypeMapper.AddMappingProcessingInstruction(piMappingRecord.XmlNamespace, 1973_parserContext.PushScope(); 2013if (BamlRecordHelper.HasDebugExtensionRecord(_parserContext.IsDebugBamlStream, bamlRecord)) 2067_parserContext.PopScope(); 2088_parserContext.PushScope(); 2184_parserContext.PopScope(); 2674xmlns = _parserContext.XamlTypeMapper.GetXmlNamespace( 2731xmlns = _parserContext.XmlnsDictionary[string.Empty]; 2778get { return _parserContext.MapTable; }