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