3 writes to XmlSpace
PresentationFramework (3)
src\Framework\System\Windows\Markup\BamlRecordReader.cs (2)
2750ParserContext.XmlSpace = attribValue; 2781ParserContext.XmlSpace = attribValue;
src\Framework\System\Windows\Markup\ParserContext.cs (1)
153XmlSpace = xmlReader.XmlSpace.ToString();
5 references to XmlSpace
PresentationFramework (5)
src\Framework\System\Windows\Markup\ParserContext.cs (5)
167_xmlSpace = parserContext.XmlSpace; 449if (parserContext.XmlSpace != null && parserContext.XmlSpace.Length != 0) 456xmlSpace = (System.Xml.XmlSpace)typeConverter.ConvertFromString(null, TypeConverterHelper.InvariantEnglishUS, parserContext.XmlSpace); 507_langSpaceStack.Push(XmlSpace);