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