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