3 writes to _xmlSpace
PresentationBuildTasks (3)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\ParserContext.cs (3)
78
_xmlSpace
= String.Empty;
235
_xmlSpace
= (string) _langSpaceStack.Pop();
296
_xmlSpace
= value;
1 reference to _xmlSpace
PresentationBuildTasks (1)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\ParserContext.cs (1)
291
return
_xmlSpace
;