2 writes to _redoStack
PresentationFramework (2)
src\Framework\MS\Internal\Documents\UndoManager.cs (2)
85_redoStack = new Stack(2); 698_redoStack = value;
2 references to _redoStack
PresentationFramework (2)
src\Framework\MS\Internal\Documents\UndoManager.cs (2)
691Stack previousValue = _redoStack; 1123return _redoStack;