3 implementations of Navigate
PresentationFramework (3)
MS\Internal\AppModel\JournalNavigationScope.cs (1)
103
public bool
Navigate
(object content, object extraData)
System\Windows\Controls\Frame.cs (1)
904
public bool
Navigate
(Object content, Object extraData)
System\Windows\Navigation\NavigationWindow.cs (1)
292
public bool
Navigate
(Object content, Object extraData)
4 references to Navigate
PresentationFramework (4)
MS\Internal\AppModel\Journaling.cs (3)
225
return navigator.
Navigate
(this.KeepAliveRoot, new NavigateInfo(Source, navMode, this));
458
return navigator.
Navigate
(pf, new NavigateInfo(this.Source, navMode, this));
570
return navigator.
Navigate
(pageFunction, new NavigateInfo(this.Source, navMode, this));
MS\Internal\AppModel\JournalNavigationScope.cs (1)
105
return _host.
Navigate
(content, extraData);