1 write to _parserContext
PresentationFramework (1)
System\Windows\Markup\BamlWriter.cs (1)
34_parserContext = new ParserContext();
15 references to _parserContext
PresentationFramework (15)
System\Windows\Markup\BamlWriter.cs (15)
35if (null == _parserContext.XamlTypeMapper) 37_parserContext.XamlTypeMapper = new BamlWriterXamlTypeMapper(XmlParserDefaults.GetDefaultAssemblyNames(), 40_xamlTypeMapper = _parserContext.XamlTypeMapper; 41_bamlRecordWriter = new BamlRecordWriter(stream, _parserContext, true); 47_extensionParser = new MarkupExtensionParser((IParserHelper)this, _parserContext); 73return _parserContext.XmlnsDictionary[prefix]; 204_parserContext.PushScope(); 245_parserContext.PopScope(); 341_dpProperty = XamlTypeMapper.ParsePropertyName(_parserContext, value, ref ownerType); 346short propertyId = _parserContext.MapTable.GetAttributeOrTypeId(_bamlRecordWriter.BinaryWriter, 382_parserContext, 483_parserContext.XmlnsDictionary[localName] = xmlNamespace; 536string valueNamespaceURI = _parserContext.XmlnsDictionary[prefix]; 622_parserContext.PushScope(); 799_parserContext.PopScope();