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