6 references to NewContentNavigation
PresentationFramework (6)
MS\Internal\DataStreams.cs (1)
200object customState = customJournalingObject.GetJournalState(JournalReason.NewContentNavigation);
System\Windows\Controls\Frame.cs (2)
1208if (journalReason != JournalReason.NewContentNavigation) 1216JournalEntry = _navigationService.MakeJournalEntry(JournalReason.NewContentNavigation),
System\Windows\Navigation\NavigationService.cs (3)
1001UpdateJournal(NavigationMode.New, JournalReason.NewContentNavigation, null); 1005UpdateJournal(navInfo.NavigationMode, JournalReason.NewContentNavigation, navInfo.JournalEntry); 3317if (journalReason == JournalReason.NewContentNavigation)