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