1 implementation of GetUndoEngineExt
DesignSurfaceExt (1)
DesignSurfaceExt.cs (1)
76public UndoEngineExtended GetUndoEngineExt()
3 references to GetUndoEngineExt
DesignSurface (3)
MainForm.cs (3)
41isurf.GetUndoEngineExt().Enabled = true; 468isurf?.GetUndoEngineExt().Undo(); 474isurf?.GetUndoEngineExt().Redo();