3 implementations of Navigate
PresentationFramework (3)
MS\Internal\AppModel\JournalNavigationScope.cs (1)
104
public bool
Navigate
(object content, object extraData)
System\Windows\Controls\Frame.cs (1)
909
public bool
Navigate
(Object content, Object extraData)
System\Windows\Navigation\NavigationWindow.cs (1)
293
public bool
Navigate
(Object content, Object extraData)
4 references to Navigate
PresentationFramework (4)
MS\Internal\AppModel\Journaling.cs (3)
226
return navigator.
Navigate
(this.KeepAliveRoot, new NavigateInfo(Source, navMode, this));
459
return navigator.
Navigate
(pf, new NavigateInfo(this.Source, navMode, this));
571
return navigator.
Navigate
(pageFunction, new NavigateInfo(this.Source, navMode, this));
MS\Internal\AppModel\JournalNavigationScope.cs (1)
106
return _host.
Navigate
(content, extraData);