PostSharp.Patterns.Model.Controls Namespace |
This namespaces contains XAML controls for the undo/redo feature.
Class | Description | |
---|---|---|
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 | ||
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.
|