PostSharpAPI ReferencePost­Sharp.​Patterns.​Model.​Controls
Open sandboxFocus

PostSharp.Patterns.Model.Controls Namespace

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 System.Windows.Data.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.