11 references to
PresentationFramework (11)
MS\Internal\AppModel\Journaling.cs (1)
352
journalEntry = journal
[
index];
MS\Internal\AppModel\JournalNavigationScope.cs (5)
288
JournalEntry entry = _journal
[
realIndex];
295
JournalEntry entry = Journal
[
index];
363
if (journal
[
i].IsNavigable())
369
switch (journal
[
i].EntryType)
378
Invariant.Assert(false, $"Invalid JournalEntryType: {journal
[
i].EntryType}");
MS\Internal\Navigation\JournalEntryStack.cs (1)
114
_current = _journal
[
_next];
System\Windows\Navigation\Journal.cs (1)
440
if (this
[
i].Id == id)
System\Windows\Navigation\NavigationService.cs (3)
3746
JournalEntryPageFunction parentPfEntry = journal
[
parentIndex] as JournalEntryPageFunction;
3792
JournalEntryPageFunction entry = (JournalEntryPageFunction)journal
[
parentIndex];
3875
journal
[
journalEntryIndex] as JournalEntryPageFunction;