6 references to Navigate
PresentationFramework (6)
src\Framework\System\Windows\Controls\Frame.cs (1)
945return _navigationService.Navigate(content, extraData);
src\Framework\System\Windows\Navigation\NavigationService.cs (4)
1654return this.Navigate(root, null); 2176Navigate(_bp, new NavigateInfo(_currentSource, NavigationMode.Refresh)); 4221Navigate(parentPF, navInfo); 4241this.Navigate(root, pfRetInfo);
src\Framework\System\Windows\Navigation\NavigationWindow.cs (1)
335return NavigationService.Navigate(content, extraData);