6 references to NavigateInfo
PresentationFramework (6)
MS\Internal\AppModel\Journaling.cs (3)
226
return navigator.Navigate(this.KeepAliveRoot, new
NavigateInfo
(Source, navMode, this));
459
return navigator.Navigate(pf, new
NavigateInfo
(this.Source, navMode, this));
571
return navigator.Navigate(pageFunction, new
NavigateInfo
(this.Source, navMode, this));
System\Windows\Navigation\JournalEntry.cs (1)
303
return navigator.Navigate(Source, new
NavigateInfo
(Source, navMode, this));
System\Windows\Navigation\NavigationService.cs (2)
3917
new
NavigateInfo
(parentEntry.Source, NavigationMode.Back, parentEntry) :
4341
:
base
(source, navigationMode, journalEntry)