3 implementations of Navigate
PresentationFramework (3)
src\Framework\MS\Internal\AppModel\JournalNavigationScope.cs (1)
112
public bool
Navigate
(object content, object extraData)
src\Framework\System\Windows\Controls\Frame.cs (1)
942
public bool
Navigate
(Object content, Object extraData)
src\Framework\System\Windows\Navigation\NavigationWindow.cs (1)
329
public bool
Navigate
(Object content, Object extraData)
4 references to Navigate
PresentationFramework (4)
src\Framework\MS\Internal\AppModel\Journaling.cs (3)
241
return navigator.
Navigate
(this.KeepAliveRoot, new NavigateInfo(Source, navMode, this));
481
return navigator.
Navigate
(pf, new NavigateInfo(this.Source, navMode, this));
602
return navigator.
Navigate
(pageFunction, new NavigateInfo(this.Source, navMode, this));
src\Framework\MS\Internal\AppModel\JournalNavigationScope.cs (1)
114
return _host.
Navigate
(content, extraData);