3 writes to _scope
PresentationFramework (3)
src\Framework\MS\Internal\Documents\UndoManager.cs (3)
81
_scope
= null;
135
((UndoManager)undoManager).
_scope
= scope;
173
((UndoManager)undoManager).
_scope
= null;
3 references to _scope
PresentationFramework (3)
src\Framework\MS\Internal\Documents\UndoManager.cs (3)
122
if (undoManager is UndoManager && ((UndoManager)undoManager).
_scope
!= null)
134
Debug.Assert(((UndoManager)undoManager).
_scope
== null);
172
Debug.Assert(((UndoManager)undoManager).
_scope
== scope);