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(); 246_parserContext.PopScope(); 342_dpProperty = XamlTypeMapper.ParsePropertyName(_parserContext, value, ref ownerType); 347short propertyId = _parserContext.MapTable.GetAttributeOrTypeId(_bamlRecordWriter.BinaryWriter, 383_parserContext, 484_parserContext.XmlnsDictionary[localName] = xmlNamespace; 537string valueNamespaceURI = _parserContext.XmlnsDictionary[prefix]; 623_parserContext.PushScope(); 800_parserContext.PopScope();