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