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)
122if (undoManager is UndoManager && ((UndoManager)undoManager)._scope != null) 134Debug.Assert(((UndoManager)undoManager)._scope == null); 172Debug.Assert(((UndoManager)undoManager)._scope == scope);