11 references to
PresentationFramework (11)
MS\Internal\AppModel\Journaling.cs (1)
346
journalEntry = journal
[
index];
MS\Internal\AppModel\JournalNavigationScope.cs (5)
287
JournalEntry entry = _journal
[
realIndex];
294
JournalEntry entry = Journal
[
index];
359
if (journal
[
i].IsNavigable())
365
switch (journal
[
i].EntryType)
374
Invariant.Assert(false, $"Invalid JournalEntryType: {journal
[
i].EntryType}");
MS\Internal\Navigation\JournalEntryStack.cs (1)
113
_current = _journal
[
_next];
System\Windows\Navigation\Journal.cs (1)
436
if (this
[
i].Id == id)
System\Windows\Navigation\NavigationService.cs (3)
3686
JournalEntryPageFunction parentPfEntry = journal
[
parentIndex] as JournalEntryPageFunction;
3732
JournalEntryPageFunction entry = (JournalEntryPageFunction)journal
[
parentIndex];
3815
journal
[
journalEntryIndex] as JournalEntryPageFunction;