3 writes to _scope
PresentationFramework (3)
MS\Internal\Documents\UndoManager.cs (3)
74
_scope
= null;
121
((UndoManager)undoManager).
_scope
= scope;
156
((UndoManager)undoManager).
_scope
= null;
3 references to _scope
PresentationFramework (3)
MS\Internal\Documents\UndoManager.cs (3)
108
if (undoManager is UndoManager && ((UndoManager)undoManager).
_scope
!= null)
120
Debug.Assert(((UndoManager)undoManager).
_scope
== null);
155
Debug.Assert(((UndoManager)undoManager).
_scope
== scope);