1 write to undoEngine
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (1)
129undoEngine = new UndoEngine(context);
4 references to undoEngine
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (2)
130this.context.Services.Publish(typeof(UndoEngine), undoEngine); 131undoEngine.UndoCompleted += new EventHandler<UndoUnitEventArgs>(OnUndoCompleted);
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.Helpers.cs (2)
139&& undoEngine != null 142undoEngine.AddUndoUnit(new EditingScopeUndoUnit(this.Context, this.modelTreeManager, e.EditingScope));