4 references to Navigate
PresentationFramework (4)
src\Framework\System\Windows\Application.cs (1)
1687NavService.Navigate(StartupUri);
src\Framework\System\Windows\Controls\Frame.cs (1)
897return _navigationService.Navigate(source);
src\Framework\System\Windows\Navigation\NavigationService.cs (1)
1534this.Navigate(value);
src\Framework\System\Windows\Navigation\NavigationWindow.cs (1)
282return NavigationService.Navigate(source);