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