3 writes to _xmlSpace
PresentationBuildTasks (3)
Framework\System\Windows\Markup\ParserContext.cs (3)
92
_xmlSpace
= String.Empty;
250
_xmlSpace
= (string) _langSpaceStack.Pop();
313
_xmlSpace
= value;
1 reference to _xmlSpace
PresentationBuildTasks (1)
Framework\System\Windows\Markup\ParserContext.cs (1)
308
return
_xmlSpace
;