4 references to _redoStack
DesignSurfaceExt (4)
UndoEngineExt.cs (4)
22
get { return
_redoStack
.Count > 0; }
33
_redoStack
.Push(unit);
49
if (
_redoStack
.Count > 0)
53
UndoEngine.UndoUnit unit =
_redoStack
.Pop();