3 writes to ModelTreeManager
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\Model\DictionaryChange.cs (1)
107ModelTreeManager = this.ModelTreeManager,
System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (2)
350ModelTreeManager = this 386ModelTreeManager = this
7 references to ModelTreeManager
System.Activities.Presentation (7)
System.Activities.Presentation\System\Activities\Presentation\Model\DictionaryChange.cs (7)
58this.ModelTreeManager.modelService.OnModelItemRemoved(this.Key, changeInfo); 64this.ModelTreeManager.modelService.OnModelItemRemoved(this.Value, changeInfo); 70this.ModelTreeManager.modelService.EmitModelChangeInfo(changeInfo); 82this.ModelTreeManager.modelService.OnModelItemAdded(this.Key, changeInfo); 88this.ModelTreeManager.modelService.OnModelItemAdded(this.Value, changeInfo); 94this.ModelTreeManager.modelService.EmitModelChangeInfo(changeInfo); 107ModelTreeManager = this.ModelTreeManager,