Interface | Description |
---|---|
IDocumentChange |
Describes a change to be applied to an
IDocument . |
Class | Description |
---|---|
DocumentChange |
Default implementation of
IDocumentChange . |
DocumentChangeOperation |
Applies a given change to a given
IDocument . |
DocumentChangeOperation.UndoChange | |
UiDocumentChangeRunner |
Executes a
DocumentChangeOperation in the UI thread. |