7 writes to _xmlSpace
PresentationFramework (7)
src\Framework\System\Windows\Markup\ParserContext.cs (7)
92
_xmlSpace
= String.Empty;
114
_xmlSpace
= (string) typeConverter.ConvertToString(null, TypeConverterHelper.InvariantEnglishUS, xmlParserContext.XmlSpace);
116
_xmlSpace
= String.Empty;
167
_xmlSpace
= parserContext.XmlSpace;
250
_xmlSpace
= (string) _langSpaceStack.Pop();
313
_xmlSpace
= value;
673
context.
_xmlSpace
= _xmlSpace;
2 references to _xmlSpace
PresentationFramework (2)
src\Framework\System\Windows\Markup\ParserContext.cs (2)
308
return
_xmlSpace
;
673
context._xmlSpace =
_xmlSpace
;