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