6 references to NewContentNavigation
PresentationFramework (6)
MS\Internal\DataStreams.cs (1)
207
object customState = customJournalingObject.GetJournalState(JournalReason.
NewContentNavigation
);
System\Windows\Controls\Frame.cs (2)
1227
if (journalReason != JournalReason.
NewContentNavigation
)
1235
state.JournalEntry = _navigationService.MakeJournalEntry(JournalReason.
NewContentNavigation
);
System\Windows\Navigation\NavigationService.cs (3)
1033
UpdateJournal(NavigationMode.New, JournalReason.
NewContentNavigation
, null);
1037
UpdateJournal(navInfo.NavigationMode, JournalReason.
NewContentNavigation
, navInfo.JournalEntry);
3379
if (journalReason == JournalReason.
NewContentNavigation
)