4 references to SetLastUnit
PresentationFramework (4)
src\Framework\MS\Internal\Documents\UndoManager.cs (4)
237SetLastUnit(unit as IUndoUnit); 403SetLastUnit(_topUndoIndex == -1 ? null : PeekUndoStack()); // can be null, which is fine 465SetLastUnit(unit); 1157SetLastUnit(null);