6 references to Navigate
PresentationFramework (6)
System\Windows\Controls\Frame.cs (1)
912return _navigationService.Navigate(content, extraData);
System\Windows\Navigation\NavigationService.cs (4)
1488return this.Navigate(root, null); 1995Navigate(_bp, new NavigateInfo(_currentSource, NavigationMode.Refresh)); 3936Navigate(parentPF, navInfo); 3956this.Navigate(root, pfRetInfo);
System\Windows\Navigation\NavigationWindow.cs (1)
299return NavigationService.Navigate(content, extraData);