4 references to Navigate
PresentationFramework (4)
System\Windows\Controls\Frame.cs (1)
894return _navigationService.Navigate(source, extraData);
System\Windows\Navigation\NavigationService.cs (2)
1999Navigate(_currentSource, new NavigateInfo(_currentSource, NavigationMode.Refresh)); 3962this.Navigate(parentEntry.Source, pfRetInfo);
System\Windows\Navigation\NavigationWindow.cs (1)
282return NavigationService.Navigate(source, extraData);