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