2 writes to _undoManager
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextContainer.cs (2)
189_undoManager = new UndoManager(); 200_undoManager = null;
5 references to _undoManager
PresentationFramework (5)
src\Framework\System\Windows\Documents\TextContainer.cs (5)
187Invariant.Assert(_undoManager == null, SR.Get(SRID.TextContainer_UndoManagerCreatedMoreThanOnce)); 190MS.Internal.Documents.UndoManager.AttachUndoManager(uiScope, _undoManager); 195Invariant.Assert(_undoManager != null, "UndoManager not created."); 197Invariant.Assert(_undoManager == MS.Internal.Documents.UndoManager.GetUndoManager(uiScope)); 1973return _undoManager;