11 references to
PresentationFramework (11)
MS\Internal\AppModel\Journaling.cs (1)
347
journalEntry = journal
[
index];
MS\Internal\AppModel\JournalNavigationScope.cs (5)
288
JournalEntry entry = _journal
[
realIndex];
295
JournalEntry entry = Journal
[
index];
360
if (journal
[
i].IsNavigable())
366
switch (journal
[
i].EntryType)
375
Invariant.Assert(false, $"Invalid JournalEntryType: {journal
[
i].EntryType}");
MS\Internal\Navigation\JournalEntryStack.cs (1)
114
_current = _journal
[
_next];
System\Windows\Navigation\Journal.cs (1)
437
if (this
[
i].Id == id)
System\Windows\Navigation\NavigationService.cs (3)
3687
JournalEntryPageFunction parentPfEntry = journal
[
parentIndex] as JournalEntryPageFunction;
3733
JournalEntryPageFunction entry = (JournalEntryPageFunction)journal
[
parentIndex];
3816
journal
[
journalEntryIndex] as JournalEntryPageFunction;