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)
691
Stack previousValue =
_redoStack
;
1123
return
_redoStack
;