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; 237_xmlSpace = (string) _langSpaceStack.Pop(); 299_xmlSpace = value; 645context._xmlSpace = _xmlSpace;
2 references to _xmlSpace
PresentationFramework (2)
System\Windows\Markup\ParserContext.cs (2)
294return _xmlSpace; 645context._xmlSpace = _xmlSpace;