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