7 writes to _xmlSpace
PresentationFramework (7)
System\Windows\Markup\ParserContext.cs (7)
78_xmlSpace = String.Empty; 100_xmlSpace = (string) typeConverter.ConvertToString(null, TypeConverterHelper.InvariantEnglishUS, xmlParserContext.XmlSpace); 102_xmlSpace = String.Empty; 153_xmlSpace = parserContext.XmlSpace; 235_xmlSpace = (string) _langSpaceStack.Pop(); 296_xmlSpace = value; 642_xmlSpace = _xmlSpace,
2 references to _xmlSpace
PresentationFramework (2)
System\Windows\Markup\ParserContext.cs (2)
291return _xmlSpace; 642_xmlSpace = _xmlSpace,