1 write to Namespace
System.Activities (1)
System\Activities\Debugger\XamlDebuggerXmlReader.cs (1)
531Namespace = xamlReader.Namespace,
2 references to Namespace
System.Activities (2)
System\Activities\Debugger\XamlDebuggerXmlReader.cs (1)
184get { return this.Current.Namespace; }
System\Activities\Debugger\XamlNode.cs (1)
51sb.AppendFormat("NS {0}", this.Namespace);