2 writes to XmlLang
PresentationFramework (2)
System\Windows\Markup\BamlRecordReader.cs (1)
2727ParserContext.XmlLang = attribValue;
System\Windows\Markup\ParserContext.cs (1)
135XmlLang = xmlReader.XmlLang;
3 references to XmlLang
PresentationFramework (3)
System\Windows\Markup\ParserContext.cs (3)
152_xmlLang = parserContext.XmlLang; 452XmlParserContext xmlParserContext = new XmlParserContext(null, xmlnsMgr, parserContext.XmlLang, xmlSpace); 484_langSpaceStack.Push(XmlLang);