1 write to namespaceTable
System.Activities (1)
System\Activities\XamlIntegration\ActivityBuilderXamlWriter.cs (1)
63this.namespaceTable = new NamespaceTable();
7 references to namespaceTable
System.Activities (7)
System\Activities\XamlIntegration\ActivityBuilderXamlWriter.cs (7)
109if (this.namespaceTable != null) 111this.namespaceTable.AddNamespace(namespaceDeclaration); 201if (this.namespaceTable != null) 203this.namespaceTable.EnterScope(); 222if (this.namespaceTable != null) 224this.namespaceTable.ExitScope(); 1009XamlTypeName xamlTypeName = XamlTypeName.Parse(value as string, Writer.namespaceTable);