2 references to Discard
PresentationFramework (2)
src\Framework\System\Windows\Documents\ChangeBlockUndoRecord.cs (1)
102_undoManager.Close(_parentUndoUnit, (_parentUndoUnit.LastUnit != null) ? UndoCloseAction.Commit : UndoCloseAction.Discard);
src\Framework\System\Windows\Documents\TextStore.cs (1)
3773CloseTextParentUndoUnit(completeUndoUnit, (completeUndoUnit.LastUnit != null) ? UndoCloseAction.Commit : UndoCloseAction.Discard);