7 writes to _bottomUndoIndex
PresentationFramework (7)
MS\Internal\Documents\UndoManager.cs (7)
71
_bottomUndoIndex
= 0;
443
if (++
_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)
695
if (
_bottomUndoIndex
!= 0 && _topUndoIndex >= 0)
700
if (
_bottomUndoIndex
> _topUndoIndex)
702
for (i =
_bottomUndoIndex
; i < UndoLimit; i++)
709
for (i =
_bottomUndoIndex
; i <= _topUndoIndex; i++)
870
else if (_topUndoIndex ==
_bottomUndoIndex
- 1 && PeekUndoStack() == null)
874
else if (_topUndoIndex >=
_bottomUndoIndex
)
876
count = _topUndoIndex -
_bottomUndoIndex
+ 1;
880
count = _topUndoIndex + (UndoLimit -
_bottomUndoIndex
) + 1;
920
Invariant.Assert(
_bottomUndoIndex
== 0);
941
Invariant.Assert(
_bottomUndoIndex
== 0);