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