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