1 implementation of GetUndoEngineExt
DesignSurfaceExt (1)
DesignSurfaceExt.cs (1)
76public UndoEngineExt GetUndoEngineExt()
3 references to GetUndoEngineExt
DesignSurface (3)
MainForm.cs (3)
37isurf.GetUndoEngineExt().Enabled = true; 457isurf?.GetUndoEngineExt().Undo(); 463isurf?.GetUndoEngineExt().Redo();