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