4 references to Navigate
PresentationFramework (4)
System\Windows\Controls\Frame.cs (1)
878
return _navigationService.
Navigate
(source, extraData);
System\Windows\Navigation\NavigationService.cs (2)
1945
Navigate
(_currentSource, new NavigateInfo(_currentSource, NavigationMode.Refresh));
3892
this.
Navigate
(parentEntry.Source, pfRetInfo);
System\Windows\Navigation\NavigationWindow.cs (1)
266
return NavigationService.
Navigate
(source, extraData);