Implemented interface member:
property
LastUnit
MS.Internal.Documents.IParentUndoUnit.LastUnit
3 references to LastUnit
PresentationFramework (3)
src\Framework\MS\Internal\Documents\ParentUndoUnit.cs (2)
266if (LastUnit is IParentUndoUnit) 268((IParentUndoUnit)LastUnit).OnNextAdd();
src\Framework\System\Windows\Documents\TextStore.cs (1)
3773CloseTextParentUndoUnit(completeUndoUnit, (completeUndoUnit.LastUnit != null) ? UndoCloseAction.Commit : UndoCloseAction.Discard);