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