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