1 implementation of GetUndoEngineExt
DesignSurfaceExt (1)
DesignSurfaceExt.cs (1)
80public UndoEngineExt GetUndoEngineExt()
3 references to GetUndoEngineExt
DesignSurface (3)
MainForm.cs (3)
42isurf.GetUndoEngineExt().Enabled = true; 433isurf?.GetUndoEngineExt().Undo(); 439isurf?.GetUndoEngineExt().Redo();