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)
291
return
_xmlSpace
;
642
_xmlSpace =
_xmlSpace
,