1 write to modelTreeManager
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemCollectionImpl.cs (1)
45this.modelTreeManager = modelTreeManager;
17 references to modelTreeManager
System.Data (17)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemCollectionImpl.cs (17)
162return this.modelTreeManager.Root; 263return modelTreeManager; 289item = this.modelTreeManager.WrapAsModelItem(value); 305this.modelTreeManager.CollectionAdd(this, item); 311return ModelItemHelper.ModelItemBeginEdit(this.modelTreeManager, description, shouldApplyChangesImmediately); 333this.modelTreeManager.CollectionClear(this); 435item = this.modelTreeManager.WrapAsModelItem(value); 451this.modelTreeManager.CollectionInsert(this, index, item); 493this.modelTreeManager.CollectionRemove(this, item); 503this.modelTreeManager.CollectionRemoveAt(this, index); 519this.modelTreeManager.OnItemEdgeAdded(this, item); 549this.modelTreeManager.OnItemEdgeRemoved(this, item); 573this.modelTreeManager.OnItemEdgeAdded(this, item); 599this.modelTreeManager.OnItemEdgeRemoved(this, item); 624this.modelTreeManager.OnItemEdgeRemoved(this, item); 646ModelItem modelItem = this.modelTreeManager.WrapAsModelItem(item); 651this.modelTreeManager.OnItemEdgeAdded(this, modelItem);