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)
187
Invariant.Assert(
_undoManager
== null, SR.Get(SRID.TextContainer_UndoManagerCreatedMoreThanOnce));
190
MS.Internal.Documents.UndoManager.AttachUndoManager(uiScope,
_undoManager
);
195
Invariant.Assert(
_undoManager
!= null, "UndoManager not created.");
197
Invariant.Assert(
_undoManager
== MS.Internal.Documents.UndoManager.GetUndoManager(uiScope));
1973
return
_undoManager
;