1 write to _journal
PresentationFramework (1)
src\Framework\MS\Internal\Navigation\JournalEntryStack.cs (1)
100
_journal
= journal;
3 references to _journal
PresentationFramework (3)
src\Framework\MS\Internal\Navigation\JournalEntryStack.cs (3)
118
while ((_next >= 0) && (_next <
_journal
.TotalCount))
120
_current =
_journal
[_next];
143
if (_version !=
_journal
.Version)