1 write to _navigatorHostImpl
PresentationFramework (1)
src\Framework\System\Windows\Navigation\NavigationService.cs (1)
3845_navigatorHostImpl = value as INavigatorImpl;
10 references to _navigatorHostImpl
PresentationFramework (10)
src\Framework\System\Windows\Navigation\NavigationService.cs (10)
506if (_navigatorHostImpl != null && !(_bp is Visual)) 508Visual v = _navigatorHostImpl.FindRootViewer(); 521Visual v = _navigatorHostImpl.FindRootViewer(); 2070if (_navigatorHostImpl != null) 2072_navigatorHostImpl.OnSourceUpdatedFromNavService(true /* journalOrCancel */); 2314if ((_navigatorHostImpl != null) && (!navigateOnSourceChanged)) 2316_navigatorHostImpl.OnSourceUpdatedFromNavService(IsJournalNavigation(navigateInfo) /* journalOrCancel */); 2375if (_navigatorHostImpl != null) 2377_navigatorHostImpl.OnSourceUpdatedFromNavService(true /* journalOrCancel */); 2475if (je.RootViewerState != null && _navigatorHostImpl != null)