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