4 writes to undoEngineImpl
System.Data (4)
cdf\src\NetFx40\Tools\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.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\UndoEngine.cs (3)
81this.undoEngineImpl.AddUndoUnitCore(unit); 87bool succeeded = this.undoEngineImpl.UndoCore(); 99bool succeeded = this.undoEngineImpl.RedoCore();