3 references to Navigate
PresentationFramework (3)
System\Windows\Controls\Frame.cs (1)
905
return _navigationService.
Navigate
(content);
System\Windows\Navigation\NavigationService.cs (1)
1422
this.
Navigate
(value);
System\Windows\Navigation\NavigationWindow.cs (1)
296
return NavigationService.
Navigate
(content);