1 implementation of LastUnit
PresentationFramework (1)
src\Framework\MS\Internal\Documents\ParentUndoUnit.cs (1)
430public IUndoUnit LastUnit
2 references to LastUnit
PresentationFramework (2)
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (1)
394if (openedUnit.LastUnit is IParentUndoUnit)
src\Framework\System\Windows\Documents\ChangeBlockUndoRecord.cs (1)
102_undoManager.Close(_parentUndoUnit, (_parentUndoUnit.LastUnit != null) ? UndoCloseAction.Commit : UndoCloseAction.Discard);