3 writes to _xmlSpace
PresentationBuildTasks (3)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\ParserContext.cs (3)
79
_xmlSpace
= String.Empty;
236
_xmlSpace
= (string) _langSpaceStack.Pop();
297
_xmlSpace
= value;
1 reference to _xmlSpace
PresentationBuildTasks (1)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\ParserContext.cs (1)
292
return
_xmlSpace
;