3 references to UndoCompleted
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\UndoEngine.cs (2)
169if (this.UndoCompleted != null) 171this.UndoCompleted(this, new UndoUnitEventArgs() { UndoUnit = unit });
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (1)
131undoEngine.UndoCompleted += new EventHandler<UndoUnitEventArgs>(OnUndoCompleted);