3 writes to XmlSpace
PresentationFramework (3)
System\Windows\Markup\BamlRecordReader.cs (2)
2717ParserContext.XmlSpace = attribValue; 2748ParserContext.XmlSpace = attribValue;
System\Windows\Markup\ParserContext.cs (1)
143XmlSpace = xmlReader.XmlSpace.ToString();
5 references to XmlSpace
PresentationFramework (5)
System\Windows\Markup\ParserContext.cs (5)
157_xmlSpace = parserContext.XmlSpace; 432if (parserContext.XmlSpace != null && parserContext.XmlSpace.Length != 0) 439xmlSpace = (System.Xml.XmlSpace)typeConverter.ConvertFromString(null, TypeConverterHelper.InvariantEnglishUS, parserContext.XmlSpace); 491_langSpaceStack.Push(XmlSpace);