3 implementations of Navigate
PresentationFramework (3)
MS\Internal\AppModel\JournalNavigationScope.cs (1)
91public bool Navigate(Uri source)
System\Windows\Controls\Frame.cs (1)
856public bool Navigate(Uri source)
System\Windows\Navigation\NavigationWindow.cs (1)
243public bool Navigate(Uri source)
3 references to Navigate
PresentationFramework (3)
MS\Internal\AppModel\JournalNavigationScope.cs (1)
93return _host.Navigate(source);
System\Windows\Navigation\NavigationService.cs (2)
177navigator.Navigate(bpu); 185return navigator.Navigate(bpu);