1 write to undoEngine
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\UndoEngine.cs (1)
221this.undoEngine = undoEngine;
8 references to undoEngine
System.Data (8)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\UndoEngine.cs (8)
235this.undoEngine.undoEngineImpl = this.undoEngine; 237this.undoEngine.bookmark = null; 242this.undoEngine.AddUndoUnit(this.containerUndoUnit); 266this.undoEngine.undoEngineImpl = this.undoEngine; 268this.undoEngine.bookmark = null; 269this.undoEngine.NotifyUndoUnitCancelled(this.containerUndoUnit);