3 writes to ModelTreeManager
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\Model\CollectionChange.cs (1)
96ModelTreeManager = this.ModelTreeManager,
System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (2)
251ModelTreeManager = this, 298ModelTreeManager = this,
5 references to ModelTreeManager
System.Activities.Presentation (5)
System.Activities.Presentation\System\Activities\Presentation\Model\CollectionChange.cs (5)
50Fx.Assert(this.ModelTreeManager != null, "ModelTreeManager cannot be null."); 65this.ModelTreeManager.NotifyCollectionRemove(this.Item, changeInfo); 70Fx.Assert(this.ModelTreeManager != null, "ModelTreeManager cannot be null."); 85this.ModelTreeManager.NotifyCollectionInsert(this.Item, changeInfo); 96ModelTreeManager = this.ModelTreeManager,