7 writes to _bottomUndoIndex
PresentationFramework (7)
MS\Internal\Documents\UndoManager.cs (7)
70_bottomUndoIndex = 0; 442if (++_bottomUndoIndex == UndoLimit) 444_bottomUndoIndex = 0; 705_bottomUndoIndex = 0; 714_bottomUndoIndex = 0; 756_bottomUndoIndex = 0; 1117_bottomUndoIndex = 0;
10 references to _bottomUndoIndex
PresentationFramework (10)
MS\Internal\Documents\UndoManager.cs (10)
694if (_bottomUndoIndex != 0 && _topUndoIndex >= 0) 699if (_bottomUndoIndex > _topUndoIndex) 701for (i = _bottomUndoIndex; i < UndoLimit; i++) 708for (i = _bottomUndoIndex; i <= _topUndoIndex; i++) 869else if (_topUndoIndex == _bottomUndoIndex - 1 && PeekUndoStack() == null) 873else if (_topUndoIndex >= _bottomUndoIndex) 875count = _topUndoIndex - _bottomUndoIndex + 1; 879count = _topUndoIndex + (UndoLimit - _bottomUndoIndex) + 1; 919Invariant.Assert(_bottomUndoIndex == 0); 940Invariant.Assert(_bottomUndoIndex == 0);