2 writes to _undoManager
PresentationFramework (2)
System\Windows\Documents\TextContainer.cs (2)
177_undoManager = new UndoManager(); 188_undoManager = null;
5 references to _undoManager
PresentationFramework (5)
System\Windows\Documents\TextContainer.cs (5)
175Invariant.Assert(_undoManager == null, SR.TextContainer_UndoManagerCreatedMoreThanOnce); 178MS.Internal.Documents.UndoManager.AttachUndoManager(uiScope, _undoManager); 183Invariant.Assert(_undoManager != null, "UndoManager not created."); 185Invariant.Assert(_undoManager == MS.Internal.Documents.UndoManager.GetUndoManager(uiScope)); 1946return _undoManager;