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)
175
Invariant.Assert(
_undoManager
== null, SR.TextContainer_UndoManagerCreatedMoreThanOnce);
178
MS.Internal.Documents.UndoManager.AttachUndoManager(uiScope,
_undoManager
);
183
Invariant.Assert(
_undoManager
!= null, "UndoManager not created.");
185
Invariant.Assert(
_undoManager
== MS.Internal.Documents.UndoManager.GetUndoManager(uiScope));
1946
return
_undoManager
;