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