3 implementations of Navigate
PresentationFramework (3)
MS\Internal\AppModel\JournalNavigationScope.cs (1)
95
public bool
Navigate
(Uri source)
System\Windows\Controls\Frame.cs (1)
873
public bool
Navigate
(Uri source)
System\Windows\Navigation\NavigationWindow.cs (1)
260
public bool
Navigate
(Uri source)
3 references to Navigate
PresentationFramework (3)
MS\Internal\AppModel\JournalNavigationScope.cs (1)
97
return _host.
Navigate
(source);
System\Windows\Navigation\NavigationService.cs (2)
192
navigator.
Navigate
(bpu);
200
return navigator.
Navigate
(bpu);