3 implementations of Navigate
PresentationFramework (3)
src\Framework\MS\Internal\AppModel\JournalNavigationScope.cs (1)
100public bool Navigate(Uri source)
src\Framework\System\Windows\Controls\Frame.cs (1)
894public bool Navigate(Uri source)
src\Framework\System\Windows\Navigation\NavigationWindow.cs (1)
279public bool Navigate(Uri source)
3 references to Navigate
PresentationFramework (3)
src\Framework\MS\Internal\AppModel\JournalNavigationScope.cs (1)
102return _host.Navigate(source);
src\Framework\System\Windows\Navigation\NavigationService.cs (2)
203navigator.Navigate(bpu); 211return navigator.Navigate(bpu);