7 references to NewContentNavigation
PresentationFramework (7)
src\Framework\MS\Internal\AppModel\ApplicationProxyInternal.cs (1)
572
entry = topNavSvc.MakeJournalEntry(JournalReason.
NewContentNavigation
);
src\Framework\MS\Internal\DataStreams.cs (1)
237
object customState = customJournalingObject.GetJournalState(JournalReason.
NewContentNavigation
);
src\Framework\System\Windows\Controls\Frame.cs (2)
1247
if (journalReason != JournalReason.
NewContentNavigation
)
1255
state.JournalEntry = _navigationService.MakeJournalEntry(JournalReason.
NewContentNavigation
);
src\Framework\System\Windows\Navigation\NavigationService.cs (3)
1175
UpdateJournal(NavigationMode.New, JournalReason.
NewContentNavigation
, null);
1179
UpdateJournal(navInfo.NavigationMode, JournalReason.
NewContentNavigation
, navInfo.JournalEntry);
3617
if (journalReason == JournalReason.
NewContentNavigation
)