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