2 writes to _redoStack
PresentationFramework (2)
MS\Internal\Documents\UndoManager.cs (2)
68
_redoStack
= new Stack(2);
655
_redoStack
= value;
2 references to _redoStack
PresentationFramework (2)
MS\Internal\Documents\UndoManager.cs (2)
648
Stack previousValue =
_redoStack
;
1080
return
_redoStack
;