1 write to _journal
PresentationFramework (1)
MS\Internal\Navigation\JournalEntryStack.cs (1)
103
_journal
= journal;
3 references to _journal
PresentationFramework (3)
MS\Internal\Navigation\JournalEntryStack.cs (3)
121
while ((_next >= 0) && (_next <
_journal
.TotalCount))
123
_current =
_journal
[_next];
146
if (_version !=
_journal
.Version)