4 references to _redoStack
DemoConsole (4)
UndoEngineExtended.cs (4)
20
get { return
_redoStack
.Count > 0; }
31
_redoStack
.Push(unit);
47
if (
_redoStack
.Count > 0)
51
UndoUnit unit =
_redoStack
.Pop();