3 writes to XmlSpace
PresentationFramework (3)
System\Windows\Markup\BamlRecordReader.cs (2)
2701ParserContext.XmlSpace = attribValue; 2732ParserContext.XmlSpace = attribValue;
System\Windows\Markup\ParserContext.cs (1)
140XmlSpace = xmlReader.XmlSpace.ToString();
5 references to XmlSpace
PresentationFramework (5)
System\Windows\Markup\ParserContext.cs (5)
154_xmlSpace = parserContext.XmlSpace; 427if (parserContext.XmlSpace != null && parserContext.XmlSpace.Length != 0) 434xmlSpace = (System.Xml.XmlSpace)typeConverter.ConvertFromString(null, TypeConverterHelper.InvariantEnglishUS, parserContext.XmlSpace); 486_langSpaceStack.Push(XmlSpace);