3 writes to _scope
PresentationFramework (3)
MS\Internal\Documents\UndoManager.cs (3)
64_scope = null; 111((UndoManager)undoManager)._scope = scope; 146((UndoManager)undoManager)._scope = null;
3 references to _scope
PresentationFramework (3)
MS\Internal\Documents\UndoManager.cs (3)
98if (undoManager is not null && ((UndoManager)undoManager)._scope != null) 110Debug.Assert(((UndoManager)undoManager)._scope == null); 145Debug.Assert(((UndoManager)undoManager)._scope == scope);