1 implementation of Close
PresentationFramework (1)
MS\Internal\Documents\ParentUndoUnit.cs (1)
95public virtual void Close(UndoCloseAction closeAction)
6 references to Close
PresentationFramework (6)
MS\Internal\Documents\ParentUndoUnit.cs (3)
144closeParent.Close(closeAction); 166OpenedUnit.Close(closeAction); 196OpenedUnit.Close(UndoCloseAction.Commit);
MS\Internal\Documents\UndoManager.cs (3)
352closeParent.Close(closeAction); 365unit.Close(closeAction); 385unit.Close(UndoCloseAction.Commit);