7 references to Add
PresentationFramework (7)
src\Framework\MS\Internal\Documents\UndoManager.cs (1)
236
Add
(unit as IUndoUnit);
src\Framework\System\Windows\Documents\TextTreeUndo.cs (5)
41
undoManager.
Add
(new TextTreeInsertUndoUnit(tree, symbolOffset, symbolCount));
54
undoManager.
Add
(new TextTreeInsertElementUndoUnit(tree, symbolOffset, deep));
73
undoManager.
Add
(new TextTreePropertyUndoUnit(textContainer, element.TextElementNode.GetSymbolOffset(textContainer.Generation) + 1, record));
92
undoManager.
Add
(undoUnit);
110
undoManager.
Add
(undoUnit);
src\Framework\System\windows\Documents\UIElementPropertyUndoUnit.cs (1)
156
undoManager.
Add
(new UIElementPropertyUndoUnit(uiElement, property, currentValue));