2 writes to XmlLang
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlRecordReader.cs (1)
2777ParserContext.XmlLang = attribValue;
src\Framework\System\Windows\Markup\ParserContext.cs (1)
149XmlLang = xmlReader.XmlLang;
3 references to XmlLang
PresentationFramework (3)
src\Framework\System\Windows\Markup\ParserContext.cs (3)
166_xmlLang = parserContext.XmlLang; 475XmlParserContext xmlParserContext = new XmlParserContext(null, xmlnsMgr, parserContext.XmlLang, xmlSpace); 506_langSpaceStack.Push(XmlLang);