1 write to undoEngine
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\UndoEngine.cs (1)
221this.undoEngine = undoEngine;
8 references to undoEngine
System.Activities.Presentation (8)
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);