4 references to Navigate
PresentationFramework (4)
src\Framework\System\Windows\Controls\Frame.cs (1)
915return _navigationService.Navigate(source, extraData);
src\Framework\System\Windows\Navigation\NavigationService.cs (2)
2169Navigate(_currentSource, new NavigateInfo(_currentSource, NavigationMode.Refresh)); 4236this.Navigate(parentEntry.Source, pfRetInfo);
src\Framework\System\Windows\Navigation\NavigationWindow.cs (1)
301return NavigationService.Navigate(source, extraData);