2 writes to JournalEntry
PresentationFramework (2)
System\Windows\Controls\Frame.cs (2)
1209
JournalEntry
= null;
1235
state.
JournalEntry
= _navigationService.MakeJournalEntry(JournalReason.NewContentNavigation);
5 references to JournalEntry
PresentationFramework (5)
System\Windows\Controls\Frame.cs (5)
1205
if (
JournalEntry
!= null)
1207
if (
JournalEntry
.IsAlive()) // not serializable
1215
Debug.Assert(
JournalEntry
.GetType().IsSerializable);
1271
if(state.
JournalEntry
!= null)
1273
state.
JournalEntry
.Navigate(this, NavigationMode.Back);