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