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