2 writes to _redoStack
PresentationFramework (2)
MS\Internal\Documents\UndoManager.cs (2)
78
_redoStack
= new Stack(2);
665
_redoStack
= value;
2 references to _redoStack
PresentationFramework (2)
MS\Internal\Documents\UndoManager.cs (2)
658
Stack previousValue =
_redoStack
;
1090
return
_redoStack
;