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