4 references to SetRedoStack
PresentationFramework (4)
System\Windows\Documents\TextStore.cs (4)
3558
undoManager.
SetRedoStack
(null); // Clear the redo stack in case undoManager.UndoCount - previousUndoCount == 0.
3560
Stack imeChangeStack = undoManager.
SetRedoStack
(null);
3902
Stack appRedoStack = undoManager.
SetRedoStack
(imeChangeStack);
3957
undoManager.
SetRedoStack
(appRedoStack);