2 writes to XmlLang
PresentationFramework (2)
System\Windows\Markup\BamlRecordReader.cs (1)
2744ParserContext.XmlLang = attribValue;
System\Windows\Markup\ParserContext.cs (1)
139XmlLang = xmlReader.XmlLang;
3 references to XmlLang
PresentationFramework (3)
System\Windows\Markup\ParserContext.cs (3)
156_xmlLang = parserContext.XmlLang; 458XmlParserContext xmlParserContext = new XmlParserContext(null, xmlnsMgr, parserContext.XmlLang, xmlSpace); 490_langSpaceStack.Push(XmlLang);