7 references to Add
PresentationFramework (7)
MS\Internal\Documents\UndoManager.cs (1)
207Add(unit as IUndoUnit);
System\Windows\Documents\TextTreeUndo.cs (5)
35undoManager.Add(new TextTreeInsertUndoUnit(tree, symbolOffset, symbolCount)); 48undoManager.Add(new TextTreeInsertElementUndoUnit(tree, symbolOffset, deep)); 69undoManager.Add(new TextTreePropertyUndoUnit(textContainer, element.TextElementNode.GetSymbolOffset(textContainer.Generation) + 1, record)); 88undoManager.Add(undoUnit); 106undoManager.Add(undoUnit);
System\windows\Documents\UIElementPropertyUndoUnit.cs (1)
151undoManager.Add(new UIElementPropertyUndoUnit(uiElement, property, currentValue));