6 references to Navigate
PresentationFramework (6)
System\Windows\Controls\Frame.cs (1)
924return _navigationService.Navigate(content, extraData);
System\Windows\Navigation\NavigationService.cs (4)
1499return this.Navigate(root, null); 2006Navigate(_bp, new NavigateInfo(_currentSource, NavigationMode.Refresh)); 3947Navigate(parentPF, navInfo); 3967this.Navigate(root, pfRetInfo);
System\Windows\Navigation\NavigationWindow.cs (1)
315return NavigationService.Navigate(content, extraData);