4 writes to UndoUnit
System.Data (4)
cdf\src\NetFx40\Tools\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 });