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