4 references to Navigate
PresentationFramework (4)
src\Framework\System\Windows\Application.cs (1)
1687
NavService.
Navigate
(StartupUri);
src\Framework\System\Windows\Controls\Frame.cs (1)
897
return _navigationService.
Navigate
(source);
src\Framework\System\Windows\Navigation\NavigationService.cs (1)
1534
this.
Navigate
(value);
src\Framework\System\Windows\Navigation\NavigationWindow.cs (1)
282
return NavigationService.
Navigate
(source);