7 writes to _xmlSpace
PresentationFramework (7)
src\Framework\System\Windows\Markup\ParserContext.cs (7)
92_xmlSpace = String.Empty; 114_xmlSpace = (string) typeConverter.ConvertToString(null, TypeConverterHelper.InvariantEnglishUS, xmlParserContext.XmlSpace); 116_xmlSpace = String.Empty; 167_xmlSpace = parserContext.XmlSpace; 250_xmlSpace = (string) _langSpaceStack.Pop(); 313_xmlSpace = value; 673context._xmlSpace = _xmlSpace;
2 references to _xmlSpace
PresentationFramework (2)
src\Framework\System\Windows\Markup\ParserContext.cs (2)
308return _xmlSpace; 673context._xmlSpace = _xmlSpace;