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