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