2 writes to JournalEntry
PresentationFramework (2)
System\Windows\Controls\Frame.cs (2)
1192JournalEntry = null; 1215JournalEntry = _navigationService.MakeJournalEntry(JournalReason.NewContentNavigation),
4 references to JournalEntry
PresentationFramework (4)
System\Windows\Controls\Frame.cs (4)
1188if (JournalEntry != null) 1190if (JournalEntry.IsAlive()) // not serializable 1198Debug.Assert(JournalEntry.GetType().IsSerializable); 1252state.JournalEntry?.Navigate(this, NavigationMode.Back);