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;
648
context.
_xmlSpace
= _xmlSpace;
2 references to _xmlSpace
PresentationFramework (2)
System\Windows\Markup\ParserContext.cs (2)
297
return
_xmlSpace
;
648
context._xmlSpace =
_xmlSpace
;