6 references to NavigateInfo
PresentationFramework (6)
src\Framework\MS\Internal\AppModel\Journaling.cs (3)
241return navigator.Navigate(this.KeepAliveRoot, new NavigateInfo(Source, navMode, this)); 481return navigator.Navigate(pf, new NavigateInfo(this.Source, navMode, this)); 602return navigator.Navigate(pageFunction, new NavigateInfo(this.Source, navMode, this));
src\Framework\System\Windows\Navigation\JournalEntry.cs (1)
346return navigator.Navigate(Source, new NavigateInfo(Source, navMode, this));
src\Framework\System\Windows\Navigation\NavigationService.cs (2)
4219new NavigateInfo(parentEntry.Source, NavigationMode.Back, parentEntry) : 4643: base(source, navigationMode, journalEntry)