1 write to _journal
PresentationFramework (1)
MS\Internal\Navigation\JournalEntryStack.cs (1)
18
_journal
= journal;
4 references to _journal
PresentationFramework (4)
MS\Internal\Navigation\JournalEntryStack.cs (4)
64
return new JournalEntryStackEnumerator(
_journal
,
_journal
.CurrentIndex - 1, -1, this.Filter);
81
return new JournalEntryStackEnumerator(
_journal
,
_journal
.CurrentIndex + 1, 1, this.Filter);