6 references to NavigateInfo
PresentationFramework (6)
MS\Internal\AppModel\Journaling.cs (3)
235
return navigator.Navigate(this.KeepAliveRoot, new
NavigateInfo
(Source, navMode, this));
468
return navigator.Navigate(pf, new
NavigateInfo
(this.Source, navMode, this));
580
return navigator.Navigate(pageFunction, new
NavigateInfo
(this.Source, navMode, this));
System\Windows\Navigation\JournalEntry.cs (1)
318
return navigator.Navigate(Source, new
NavigateInfo
(Source, navMode, this));
System\Windows\Navigation\NavigationService.cs (2)
3945
new
NavigateInfo
(parentEntry.Source, NavigationMode.Back, parentEntry) :
4369
:
base
(source, navigationMode, journalEntry)