1 implementation of OnNextAdd
PresentationFramework (1)
MS\Internal\Documents\ParentUndoUnit.cs (1)
282public virtual void OnNextAdd()
5 references to OnNextAdd
PresentationFramework (5)
MS\Internal\Documents\ParentUndoUnit.cs (2)
251((IParentUndoUnit)LastUnit).OnNextAdd(); 289((IParentUndoUnit)unit).OnNextAdd();
MS\Internal\Documents\UndoManager.cs (1)
424((IParentUndoUnit)LastUnit).OnNextAdd();
System\Windows\Controls\Primitives\TextBoxBase.cs (2)
364openedUnit.OnNextAdd(); 369((IParentUndoUnit)undoManager.LastUnit).OnNextAdd(); // Should IParentUndoUnit have a Lock() instead, now that Undo is internal?