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