2 writes to JournalEntry
PresentationFramework (2)
System\Windows\Controls\Frame.cs (2)
1193JournalEntry = null; 1216JournalEntry = _navigationService.MakeJournalEntry(JournalReason.NewContentNavigation),
4 references to JournalEntry
PresentationFramework (4)
System\Windows\Controls\Frame.cs (4)
1189if (JournalEntry != null) 1191if (JournalEntry.IsAlive()) // not serializable 1199Debug.Assert(JournalEntry.GetType().IsSerializable); 1253state.JournalEntry?.Navigate(this, NavigationMode.Back);