6 references to NavigateInfo
PresentationFramework (6)
MS\Internal\AppModel\Journaling.cs (3)
225
return navigator.Navigate(this.KeepAliveRoot, new
NavigateInfo
(Source, navMode, this));
458
return navigator.Navigate(pf, new
NavigateInfo
(this.Source, navMode, this));
570
return navigator.Navigate(pageFunction, new
NavigateInfo
(this.Source, navMode, this));
System\Windows\Navigation\JournalEntry.cs (1)
299
return navigator.Navigate(Source, new
NavigateInfo
(Source, navMode, this));
System\Windows\Navigation\NavigationService.cs (2)
3871
new
NavigateInfo
(parentEntry.Source, NavigationMode.Back, parentEntry) :
4295
:
base
(source, navigationMode, journalEntry)