1 implementation of Close
PresentationFramework (1)
MS\Internal\Documents\ParentUndoUnit.cs (1)
93public virtual void Close(UndoCloseAction closeAction)
6 references to Close
PresentationFramework (6)
MS\Internal\Documents\ParentUndoUnit.cs (3)
142closeParent.Close(closeAction); 164OpenedUnit.Close(closeAction); 194OpenedUnit.Close(UndoCloseAction.Commit);
MS\Internal\Documents\UndoManager.cs (3)
343closeParent.Close(closeAction); 356unit.Close(closeAction); 376unit.Close(UndoCloseAction.Commit);