7 writes to _bottomUndoIndex
PresentationFramework (7)
MS\Internal\Documents\UndoManager.cs (7)
70
_bottomUndoIndex
= 0;
442
if (++
_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)
694
if (
_bottomUndoIndex
!= 0 && _topUndoIndex >= 0)
699
if (
_bottomUndoIndex
> _topUndoIndex)
701
for (i =
_bottomUndoIndex
; i < UndoLimit; i++)
708
for (i =
_bottomUndoIndex
; i <= _topUndoIndex; i++)
869
else if (_topUndoIndex ==
_bottomUndoIndex
- 1 && PeekUndoStack() == null)
873
else if (_topUndoIndex >=
_bottomUndoIndex
)
875
count = _topUndoIndex -
_bottomUndoIndex
+ 1;
879
count = _topUndoIndex + (UndoLimit -
_bottomUndoIndex
) + 1;
919
Invariant.Assert(
_bottomUndoIndex
== 0);
940
Invariant.Assert(
_bottomUndoIndex
== 0);