2 writes to JournalEntry
PresentationFramework (2)
src\Framework\System\Windows\Controls\Frame.cs (2)
1229
JournalEntry
= null;
1255
state.
JournalEntry
= _navigationService.MakeJournalEntry(JournalReason.NewContentNavigation);
5 references to JournalEntry
PresentationFramework (5)
src\Framework\System\Windows\Controls\Frame.cs (5)
1225
if (
JournalEntry
!= null)
1227
if (
JournalEntry
.IsAlive()) // not serializable
1235
Debug.Assert(
JournalEntry
.GetType().IsSerializable);
1291
if(state.
JournalEntry
!= null)
1293
state.
JournalEntry
.Navigate(this, NavigationMode.Back);