2 writes to _redoStack
PresentationFramework (2)
MS\Internal\Documents\UndoManager.cs (2)
69
_redoStack
= new Stack(2);
656
_redoStack
= value;
2 references to _redoStack
PresentationFramework (2)
MS\Internal\Documents\UndoManager.cs (2)
649
Stack previousValue =
_redoStack
;
1081
return
_redoStack
;