3 implementations of Navigate
PresentationFramework (3)
src\Framework\MS\Internal\AppModel\JournalNavigationScope.cs (1)
108public bool Navigate(object content)
src\Framework\System\Windows\Controls\Frame.cs (1)
923public bool Navigate(Object content)
src\Framework\System\Windows\Navigation\NavigationWindow.cs (1)
309public bool Navigate(Object content)
1 reference to Navigate
PresentationFramework (1)
src\Framework\MS\Internal\AppModel\JournalNavigationScope.cs (1)
110return _host.Navigate(content);