1 implementation of GetUndoEngineExt
DesignSurfaceExt (1)
DesignSurfaceExt.cs (1)
83
public UndoEngineExt
GetUndoEngineExt
()
3 references to GetUndoEngineExt
DesignSurface (3)
MainForm.cs (3)
45
isurf.
GetUndoEngineExt
().Enabled = true;
449
isurf?.
GetUndoEngineExt
().Undo();
455
isurf?.
GetUndoEngineExt
().Redo();