3 implementations of Navigate
PresentationFramework (3)
MS\Internal\AppModel\JournalNavigationScope.cs (1)
92
public bool
Navigate
(Uri source)
System\Windows\Controls\Frame.cs (1)
861
public bool
Navigate
(Uri source)
System\Windows\Navigation\NavigationWindow.cs (1)
244
public bool
Navigate
(Uri source)
3 references to Navigate
PresentationFramework (3)
MS\Internal\AppModel\JournalNavigationScope.cs (1)
94
return _host.
Navigate
(source);
System\Windows\Navigation\NavigationService.cs (2)
178
navigator.
Navigate
(bpu);
186
return navigator.
Navigate
(bpu);