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