1 implementation of OnNextAdd
PresentationFramework (1)
MS\Internal\Documents\ParentUndoUnit.cs (1)
284public virtual void OnNextAdd()
5 references to OnNextAdd
PresentationFramework (5)
MS\Internal\Documents\ParentUndoUnit.cs (2)
253((IParentUndoUnit)LastUnit).OnNextAdd(); 291((IParentUndoUnit)unit).OnNextAdd();
MS\Internal\Documents\UndoManager.cs (1)
433((IParentUndoUnit)LastUnit).OnNextAdd();
System\Windows\Controls\Primitives\TextBoxBase.cs (2)
373openedUnit.OnNextAdd(); 378((IParentUndoUnit)undoManager.LastUnit).OnNextAdd(); // Should IParentUndoUnit have a Lock() instead, now that Undo is internal?