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