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