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