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