3 writes to XmlSpace
PresentationFramework (3)
System\Windows\Markup\BamlRecordReader.cs (2)
2700ParserContext.XmlSpace = attribValue; 2731ParserContext.XmlSpace = attribValue;
System\Windows\Markup\ParserContext.cs (1)
139XmlSpace = xmlReader.XmlSpace.ToString();
5 references to XmlSpace
PresentationFramework (5)
System\Windows\Markup\ParserContext.cs (5)
153_xmlSpace = parserContext.XmlSpace; 426if (parserContext.XmlSpace != null && parserContext.XmlSpace.Length != 0) 433xmlSpace = (System.Xml.XmlSpace)typeConverter.ConvertFromString(null, TypeConverterHelper.InvariantEnglishUS, parserContext.XmlSpace); 485_langSpaceStack.Push(XmlSpace);