2 writes to JournalEntry
PresentationFramework (2)
System\Windows\Controls\Frame.cs (2)
1197
JournalEntry
= null;
1223
state.
JournalEntry
= _navigationService.MakeJournalEntry(JournalReason.NewContentNavigation);
5 references to JournalEntry
PresentationFramework (5)
System\Windows\Controls\Frame.cs (5)
1193
if (
JournalEntry
!= null)
1195
if (
JournalEntry
.IsAlive()) // not serializable
1203
Debug.Assert(
JournalEntry
.GetType().IsSerializable);
1259
if(state.
JournalEntry
!= null)
1261
state.
JournalEntry
.Navigate(this, NavigationMode.Back);