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