3 writes to _scope
PresentationFramework (3)
MS\Internal\Documents\UndoManager.cs (3)
65
_scope
= null;
112
((UndoManager)undoManager).
_scope
= scope;
147
((UndoManager)undoManager).
_scope
= null;
3 references to _scope
PresentationFramework (3)
MS\Internal\Documents\UndoManager.cs (3)
99
if (undoManager is UndoManager && ((UndoManager)undoManager).
_scope
!= null)
111
Debug.Assert(((UndoManager)undoManager).
_scope
== null);
146
Debug.Assert(((UndoManager)undoManager).
_scope
== scope);