3 references to Navigate
PresentationFramework (3)
System\Windows\Controls\Frame.cs (1)
893return _navigationService.Navigate(content);
System\Windows\Navigation\NavigationService.cs (1)
1408this.Navigate(value);
System\Windows\Navigation\NavigationWindow.cs (1)
280return NavigationService.Navigate(content);