6 references to Navigate
PresentationFramework (6)
System\Windows\Controls\Frame.cs (1)
907return _navigationService.Navigate(content, extraData);
System\Windows\Navigation\NavigationService.cs (4)
1458return this.Navigate(root, null); 1951Navigate(_bp, new NavigateInfo(_currentSource, NavigationMode.Refresh)); 3876Navigate(parentPF, navInfo); 3896this.Navigate(root, pfRetInfo);
System\Windows\Navigation\NavigationWindow.cs (1)
298return NavigationService.Navigate(content, extraData);