2 implementations of INavigatorImpl
PresentationFramework (2)
src\Framework\System\Windows\Controls\Frame.cs (1)
109
public class Frame : ContentControl, INavigator,
INavigatorImpl
, IJournalNavigationScopeHost, IDownloader, IJournalState, IAddChild, IUriContext
src\Framework\System\Windows\Navigation\NavigationWindow.cs (1)
62
public class NavigationWindow : Window, INavigator,
INavigatorImpl
, IDownloader, IJournalNavigationScopeHost, IUriContext
8 references to INavigatorImpl
PresentationFramework (8)
src\Framework\MS\Internal\AppModel\RootBrowserWindow.cs (2)
968
INavigatorImpl
navigator = rbw as
INavigatorImpl
;
src\Framework\System\Windows\Controls\Frame.cs (2)
305
void
INavigatorImpl
.OnSourceUpdatedFromNavService(bool journalOrCancel)
794
Visual
INavigatorImpl
.FindRootViewer()
src\Framework\System\Windows\Navigation\NavigationService.cs (2)
3845
_navigatorHostImpl = value as
INavigatorImpl
;
4378
private
INavigatorImpl
_navigatorHostImpl;
src\Framework\System\Windows\Navigation\NavigationWindow.cs (2)
628
void
INavigatorImpl
.OnSourceUpdatedFromNavService(bool journalOrCancel)
967
Visual
INavigatorImpl
.FindRootViewer()