1 write to importedNamespacesItem
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ImportDesigner.xaml.cs (1)
452this.importedNamespacesItem = this.Context.Items.GetValue<ImportedNamespaceContextItem>();
5 references to importedNamespacesItem
System.Data (5)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ImportDesigner.xaml.cs (5)
308this.importedNamespacesItem.ImportedNamespaces.Remove(namespaceData.Namespace); 330this.importedNamespacesItem.ImportedNamespaces.Add(namespaceData.Namespace); 340expressionEditorService.UpdateContext(assemblies, this.importedNamespacesItem); 453this.importedNamespacesItem.EnsureInitialized(this.Context); 734this.importedNamespacesItem.ImportedNamespaces.Clear();