1 write to _parserContext
PresentationFramework (1)
System\Windows\Markup\BamlWriter.cs (1)
35_parserContext = new ParserContext();
15 references to _parserContext
PresentationFramework (15)
System\Windows\Markup\BamlWriter.cs (15)
36if (null == _parserContext.XamlTypeMapper) 38_parserContext.XamlTypeMapper = new BamlWriterXamlTypeMapper(XmlParserDefaults.GetDefaultAssemblyNames(), 41_xamlTypeMapper = _parserContext.XamlTypeMapper; 42_bamlRecordWriter = new BamlRecordWriter(stream, _parserContext, true); 48_extensionParser = new MarkupExtensionParser((IParserHelper)this, _parserContext); 74return _parserContext.XmlnsDictionary[prefix]; 205_parserContext.PushScope(); 244_parserContext.PopScope(); 340_dpProperty = XamlTypeMapper.ParsePropertyName(_parserContext, value, ref ownerType); 345short propertyId = _parserContext.MapTable.GetAttributeOrTypeId(_bamlRecordWriter.BinaryWriter, 381_parserContext, 482_parserContext.XmlnsDictionary[localName] = xmlNamespace; 535string valueNamespaceURI = _parserContext.XmlnsDictionary[prefix]; 621_parserContext.PushScope(); 798_parserContext.PopScope();