4 references to Navigate
PresentationFramework (4)
src\Framework\System\Windows\Controls\Frame.cs (1)
915
return _navigationService.
Navigate
(source, extraData);
src\Framework\System\Windows\Navigation\NavigationService.cs (2)
2169
Navigate
(_currentSource, new NavigateInfo(_currentSource, NavigationMode.Refresh));
4236
this.
Navigate
(parentEntry.Source, pfRetInfo);
src\Framework\System\Windows\Navigation\NavigationWindow.cs (1)
301
return NavigationService.
Navigate
(source, extraData);