Classes
RedoButton
A typical implementation of a Redo button, with an optional and expandable list of operations that can be redone.
RedoCommand
A command that redoes a single operation in a Recorder.
StringEscaper
Implements an IValueConverter that escapes strings by changing _
into __
.
UndoButton
A typical implementation of an Undo button, with an optional and expandable list of operations that can be undone.
UndoCommand
A command that undoes a single operation in a Recorder.
UndoRedoButtonBase
Base class for UndoButton and RedoButton.
UndoRedoCommandBase
Base class for UndoCommand and RedoCommand.