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