4 writes to undoEngineImpl
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\UndoEngine.cs (4)
38this.undoEngineImpl = this; 61this.undoEngineImpl = bookmark; 235this.undoEngine.undoEngineImpl = this.undoEngine; 266this.undoEngine.undoEngineImpl = this.undoEngine;
3 references to undoEngineImpl
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\UndoEngine.cs (3)
81this.undoEngineImpl.AddUndoUnitCore(unit); 87bool succeeded = this.undoEngineImpl.UndoCore(); 99bool succeeded = this.undoEngineImpl.RedoCore();