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