2 writes to XmlLang
PresentationFramework (2)
System\Windows\Markup\BamlRecordReader.cs (1)
2731ParserContext.XmlLang = attribValue;
System\Windows\Markup\ParserContext.cs (1)
136XmlLang = xmlReader.XmlLang;
3 references to XmlLang
PresentationFramework (3)
System\Windows\Markup\ParserContext.cs (3)
153_xmlLang = parserContext.XmlLang; 455XmlParserContext xmlParserContext = new XmlParserContext(null, xmlnsMgr, parserContext.XmlLang, xmlSpace); 487_langSpaceStack.Push(XmlLang);