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