3 implementations of Navigate
PresentationFramework (3)
MS\Internal\AppModel\JournalNavigationScope.cs (1)
100public bool Navigate(object content)
System\Windows\Controls\Frame.cs (1)
890public bool Navigate(Object content)
System\Windows\Navigation\NavigationWindow.cs (1)
274public bool Navigate(Object content)
1 reference to Navigate
PresentationFramework (1)
MS\Internal\AppModel\JournalNavigationScope.cs (1)
102return _host.Navigate(content);