7 writes to _bottomUndoIndex
PresentationFramework (7)
src\Framework\MS\Internal\Documents\UndoManager.cs (7)
87
_bottomUndoIndex
= 0;
481
if (++
_bottomUndoIndex
== UndoLimit)
483
_bottomUndoIndex
= 0;
748
_bottomUndoIndex
= 0;
757
_bottomUndoIndex
= 0;
799
_bottomUndoIndex
= 0;
1160
_bottomUndoIndex
= 0;
10 references to _bottomUndoIndex
PresentationFramework (10)
src\Framework\MS\Internal\Documents\UndoManager.cs (10)
737
if (
_bottomUndoIndex
!= 0 && _topUndoIndex >= 0)
742
if (
_bottomUndoIndex
> _topUndoIndex)
744
for (i =
_bottomUndoIndex
; i < UndoLimit; i++)
751
for (i=
_bottomUndoIndex
; i<=_topUndoIndex; i++)
912
else if (_topUndoIndex ==
_bottomUndoIndex
- 1 && PeekUndoStack() == null)
916
else if (_topUndoIndex >=
_bottomUndoIndex
)
918
count = _topUndoIndex -
_bottomUndoIndex
+ 1;
922
count = _topUndoIndex + (UndoLimit -
_bottomUndoIndex
) + 1;
962
Invariant.Assert(
_bottomUndoIndex
== 0);
983
Invariant.Assert(
_bottomUndoIndex
== 0);