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)
292
return
_xmlSpace
;
643
_xmlSpace =
_xmlSpace
,