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