7 writes to _bottomUndoIndex
PresentationFramework (7)
MS\Internal\Documents\UndoManager.cs (7)
71_bottomUndoIndex = 0; 443if (++_bottomUndoIndex == UndoLimit) 445_bottomUndoIndex = 0; 706_bottomUndoIndex = 0; 715_bottomUndoIndex = 0; 757_bottomUndoIndex = 0; 1118_bottomUndoIndex = 0;
10 references to _bottomUndoIndex
PresentationFramework (10)
MS\Internal\Documents\UndoManager.cs (10)
695if (_bottomUndoIndex != 0 && _topUndoIndex >= 0) 700if (_bottomUndoIndex > _topUndoIndex) 702for (i = _bottomUndoIndex; i < UndoLimit; i++) 709for (i = _bottomUndoIndex; i <= _topUndoIndex; i++) 870else if (_topUndoIndex == _bottomUndoIndex - 1 && PeekUndoStack() == null) 874else if (_topUndoIndex >= _bottomUndoIndex) 876count = _topUndoIndex - _bottomUndoIndex + 1; 880count = _topUndoIndex + (UndoLimit - _bottomUndoIndex) + 1; 920Invariant.Assert(_bottomUndoIndex == 0); 941Invariant.Assert(_bottomUndoIndex == 0);