2 writes to _next
PresentationFramework (2)
MS\Internal\Navigation\JournalEntryStack.cs (2)
104_next = _start; 115_next += _delta;
3 references to _next
PresentationFramework (3)
MS\Internal\Navigation\JournalEntryStack.cs (3)
112while ((_next >= 0) && (_next < _journal.TotalCount)) 114_current = _journal[_next];