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