1 write to _parserContext
PresentationFramework (1)
System\Windows\Markup\BamlWriter.cs (1)
49_parserContext = new ParserContext();
15 references to _parserContext
PresentationFramework (15)
System\Windows\Markup\BamlWriter.cs (15)
50if (null == _parserContext.XamlTypeMapper) 52_parserContext.XamlTypeMapper = new BamlWriterXamlTypeMapper(XmlParserDefaults.GetDefaultAssemblyNames(), 55_xamlTypeMapper = _parserContext.XamlTypeMapper; 56_bamlRecordWriter = new BamlRecordWriter(stream, _parserContext, true); 62_extensionParser = new MarkupExtensionParser((IParserHelper)this, _parserContext); 88return _parserContext.XmlnsDictionary[prefix]; 219_parserContext.PushScope(); 258_parserContext.PopScope(); 354_dpProperty = XamlTypeMapper.ParsePropertyName(_parserContext, value, ref ownerType); 359short propertyId = _parserContext.MapTable.GetAttributeOrTypeId(_bamlRecordWriter.BinaryWriter, 395_parserContext, 496_parserContext.XmlnsDictionary[localName] = xmlNamespace; 549string valueNamespaceURI = _parserContext.XmlnsDictionary[prefix]; 635_parserContext.PushScope(); 812_parserContext.PopScope();