3 implementations of Navigate
PresentationFramework (3)
MS\Internal\AppModel\JournalNavigationScope.cs (1)
103public bool Navigate(object content)
System\Windows\Controls\Frame.cs (1)
902public bool Navigate(Object content)
System\Windows\Navigation\NavigationWindow.cs (1)
290public bool Navigate(Object content)
1 reference to Navigate
PresentationFramework (1)
MS\Internal\AppModel\JournalNavigationScope.cs (1)
105return _host.Navigate(content);