2 writes to ModelTreeManager
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Model\DictionaryEditChange.cs (1)
68ModelTreeManager = this.ModelTreeManager,
System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (1)
335ModelTreeManager = this
3 references to ModelTreeManager
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\Model\DictionaryEditChange.cs (3)
48this.ModelTreeManager.modelService.OnModelItemRemoved(this.OldValue, changeInfo); 53this.ModelTreeManager.modelService.OnModelItemAdded(this.NewValue, changeInfo); 68ModelTreeManager = this.ModelTreeManager,