3 implementations of Navigate
PresentationFramework (3)
MS\Internal\AppModel\JournalNavigationScope.cs (1)
107
public bool
Navigate
(object content, object extraData)
System\Windows\Controls\Frame.cs (1)
921
public bool
Navigate
(Object content, Object extraData)
System\Windows\Navigation\NavigationWindow.cs (1)
309
public bool
Navigate
(Object content, Object extraData)
4 references to Navigate
PresentationFramework (4)
MS\Internal\AppModel\Journaling.cs (3)
235
return navigator.
Navigate
(this.KeepAliveRoot, new NavigateInfo(Source, navMode, this));
468
return navigator.
Navigate
(pf, new NavigateInfo(this.Source, navMode, this));
580
return navigator.
Navigate
(pageFunction, new NavigateInfo(this.Source, navMode, this));
MS\Internal\AppModel\JournalNavigationScope.cs (1)
109
return _host.
Navigate
(content, extraData);