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