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