4 writes to UndoUnit
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\UndoEngine.cs (4)
163this.UndoUnitAdded(this, new UndoUnitEventArgs() { UndoUnit = unit }); 171this.UndoCompleted(this, new UndoUnitEventArgs() { UndoUnit = unit }); 179this.RedoCompleted(this, new UndoUnitEventArgs() { UndoUnit = unit }); 187this.UndoUnitCancelled(this, new UndoUnitEventArgs() { UndoUnit = unit });