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)
118while ((_next >= 0) && (_next < _journal.TotalCount)) 120_current = _journal[_next]; 143if (_version != _journal.Version)