7 writes to _xmlSpace
PresentationFramework (7)
System\Windows\Markup\ParserContext.cs (7)
82_xmlSpace = String.Empty; 104_xmlSpace = (string) typeConverter.ConvertToString(null, TypeConverterHelper.InvariantEnglishUS, xmlParserContext.XmlSpace); 106_xmlSpace = String.Empty; 157_xmlSpace = parserContext.XmlSpace; 240_xmlSpace = (string) _langSpaceStack.Pop(); 302_xmlSpace = value; 648context._xmlSpace = _xmlSpace;
2 references to _xmlSpace
PresentationFramework (2)
System\Windows\Markup\ParserContext.cs (2)
297return _xmlSpace; 648context._xmlSpace = _xmlSpace;