6 references to NewContentNavigation
PresentationFramework (6)
MS\Internal\DataStreams.cs (1)
199object customState = customJournalingObject.GetJournalState(JournalReason.NewContentNavigation);
System\Windows\Controls\Frame.cs (2)
1207if (journalReason != JournalReason.NewContentNavigation) 1215JournalEntry = _navigationService.MakeJournalEntry(JournalReason.NewContentNavigation),
System\Windows\Navigation\NavigationService.cs (3)
1000UpdateJournal(NavigationMode.New, JournalReason.NewContentNavigation, null); 1004UpdateJournal(navInfo.NavigationMode, JournalReason.NewContentNavigation, navInfo.JournalEntry); 3316if (journalReason == JournalReason.NewContentNavigation)