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