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