7 writes to _xmlSpace
PresentationFramework (7)
System\Windows\Markup\ParserContext.cs (7)
79_xmlSpace = String.Empty; 101_xmlSpace = (string) typeConverter.ConvertToString(null, TypeConverterHelper.InvariantEnglishUS, xmlParserContext.XmlSpace); 103_xmlSpace = String.Empty; 154_xmlSpace = parserContext.XmlSpace; 236_xmlSpace = (string) _langSpaceStack.Pop(); 297_xmlSpace = value; 643_xmlSpace = _xmlSpace,
2 references to _xmlSpace
PresentationFramework (2)
System\Windows\Markup\ParserContext.cs (2)
292return _xmlSpace; 643_xmlSpace = _xmlSpace,