4 references to _redoStack
DesignSurfaceExt (4)
UndoEngineExt.cs (4)
19get { return _redoStack.Count > 0; } 30_redoStack.Push(unit); 46if (_redoStack.Count > 0) 50UndoEngine.UndoUnit unit = _redoStack.Pop();