2 writes to _undoManager
PresentationFramework (2)
System\Windows\Documents\TextContainer.cs (2)
183
_undoManager
= new UndoManager();
194
_undoManager
= null;
5 references to _undoManager
PresentationFramework (5)
System\Windows\Documents\TextContainer.cs (5)
181
Invariant.Assert(
_undoManager
== null, SR.TextContainer_UndoManagerCreatedMoreThanOnce);
184
MS.Internal.Documents.UndoManager.AttachUndoManager(uiScope,
_undoManager
);
189
Invariant.Assert(
_undoManager
!= null, "UndoManager not created.");
191
Invariant.Assert(
_undoManager
== MS.Internal.Documents.UndoManager.GetUndoManager(uiScope));
1958
return
_undoManager
;