5 references to ImportedNamespaces
System.Data (5)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ImportDesigner.xaml.cs (3)
308
this.importedNamespacesItem.
ImportedNamespaces
.Remove(namespaceData.Namespace);
330
this.importedNamespacesItem.
ImportedNamespaces
.Add(namespaceData.Namespace);
734
this.importedNamespacesItem.
ImportedNamespaces
.Clear();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ImportedNamespaceContextItem.cs (1)
49
this.
ImportedNamespaces
.Add(import.Properties[NamespaceListPropertyDescriptor.NamespacePropertyName].ComputedValue as string);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ParserContext.cs (1)
180
namespacesToReturn.UnionWith(importedNamespaces.
ImportedNamespaces
);