1 write to importsModelItem
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\ImportDesigner.xaml.cs (1)
448this.importsModelItem = modelService.Root.Properties[NamespaceListPropertyDescriptor.ImportCollectionPropertyName].Collection;
8 references to importsModelItem
System.Activities.Presentation (8)
System.Activities.Presentation\System\Activities\Presentation\View\ImportDesigner.xaml.cs (8)
100this.importsModelItem.CollectionChanged -= this.OnImportsModelItemCollectionChanged; 200this.importedNamespacesDataGrid.ItemsSource = this.importsModelItem; 248importItem = this.importsModelItem.Add(newImport); 278foreach (ModelItem item in this.importsModelItem) 449Fx.Assert(this.importsModelItem != null, "root must have imports"); 450this.importsModelItem.CollectionChanged += this.OnImportsModelItemCollectionChanged; 458this.availableNamespaces = this.importsModelItem.Properties[NamespaceListPropertyDescriptor.AvailableNamespacesPropertyName].ComputedValue as Dictionary<string, List<string>>; 735foreach (ModelItem namespaceModel in this.importsModelItem)