1 write to modelTreeManager
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\BookmarkUndoUnit.cs (1)
21this.modelTreeManager = modelTreeManager;
6 references to modelTreeManager
System.Activities.Presentation (6)
System.Activities.Presentation\System\Activities\Presentation\BookmarkUndoUnit.cs (6)
40this.modelTreeManager.StopTracking(); 44using (EditingScope redoEditingScope = this.modelTreeManager.CreateEditingScope(this.Description, true)) 53this.modelTreeManager.StartTracking(); 59this.modelTreeManager.StopTracking(); 63using (EditingScope undoEditingScope = this.modelTreeManager.CreateEditingScope(this.Description, true)) 72this.modelTreeManager.StartTracking();