3 references to Navigate
PresentationFramework (3)
src\Framework\System\Windows\Controls\Frame.cs (1)
926return _navigationService.Navigate(content);
src\Framework\System\Windows\Navigation\NavigationService.cs (1)
1579this.Navigate(value);
src\Framework\System\Windows\Navigation\NavigationWindow.cs (1)
315return NavigationService.Navigate(content);