1 write to _parserContext
PresentationFramework (1)
src\Framework\System\Windows\Markup\BamlWriter.cs (1)
61_parserContext = new ParserContext();
15 references to _parserContext
PresentationFramework (15)
src\Framework\System\Windows\Markup\BamlWriter.cs (15)
62if (null == _parserContext.XamlTypeMapper) 64_parserContext.XamlTypeMapper = new BamlWriterXamlTypeMapper(XmlParserDefaults.GetDefaultAssemblyNames(), 67_xamlTypeMapper = _parserContext.XamlTypeMapper; 68_bamlRecordWriter = new BamlRecordWriter(stream, _parserContext, true); 74_extensionParser = new MarkupExtensionParser((IParserHelper)this, _parserContext); 100return _parserContext.XmlnsDictionary[prefix]; 231_parserContext.PushScope(); 270_parserContext.PopScope(); 366_dpProperty = XamlTypeMapper.ParsePropertyName(_parserContext, value, ref ownerType); 371short propertyId = _parserContext.MapTable.GetAttributeOrTypeId(_bamlRecordWriter.BinaryWriter, 407_parserContext, 508_parserContext.XmlnsDictionary[localName] = xmlNamespace; 561string valueNamespaceURI = _parserContext.XmlnsDictionary[prefix]; 647_parserContext.PushScope(); 824_parserContext.PopScope();