4 references to SetRedoStack
PresentationFramework (4)
src\Framework\System\Windows\Documents\TextStore.cs (4)
3468
undoManager.
SetRedoStack
(null); // Clear the redo stack in case undoManager.UndoCount - previousUndoCount == 0.
3470
Stack imeChangeStack = undoManager.
SetRedoStack
(null);
3749
Stack appRedoStack = undoManager.
SetRedoStack
(imeChangeStack);
3800
undoManager.
SetRedoStack
(appRedoStack);