11 references to
PresentationFramework (11)
MS\Internal\AppModel\Journaling.cs (1)
356
journalEntry = journal
[
index];
MS\Internal\AppModel\JournalNavigationScope.cs (5)
291
JournalEntry entry = _journal
[
realIndex];
298
JournalEntry entry = Journal
[
index];
366
if (journal
[
i].IsNavigable())
372
switch (journal
[
i].EntryType)
381
Invariant.Assert(false, $"Invalid JournalEntryType: {journal
[
i].EntryType}");
MS\Internal\Navigation\JournalEntryStack.cs (1)
123
_current = _journal
[
_next];
System\Windows\Navigation\Journal.cs (1)
448
if (this
[
i].Id == id)
System\Windows\Navigation\NavigationService.cs (3)
3757
JournalEntryPageFunction parentPfEntry = journal
[
parentIndex] as JournalEntryPageFunction;
3803
JournalEntryPageFunction entry = (JournalEntryPageFunction)journal
[
parentIndex];
3886
journal
[
journalEntryIndex] as JournalEntryPageFunction;