1 write to _navigatorHostImpl
PresentationFramework (1)
System\Windows\Navigation\NavigationService.cs (1)
3494_navigatorHostImpl = value as INavigatorImpl;
8 references to _navigatorHostImpl
PresentationFramework (8)
System\Windows\Navigation\NavigationService.cs (8)
440if (_navigatorHostImpl != null && !(_bp is Visual)) 442Visual v = _navigatorHostImpl.FindRootViewer(); 455Visual v = _navigatorHostImpl.FindRootViewer(); 1858_navigatorHostImpl?.OnSourceUpdatedFromNavService(true /* journalOrCancel */); 2096if ((_navigatorHostImpl != null) && (!navigateOnSourceChanged)) 2098_navigatorHostImpl.OnSourceUpdatedFromNavService(IsJournalNavigation(navigateInfo) /* journalOrCancel */); 2154_navigatorHostImpl?.OnSourceUpdatedFromNavService(true /* journalOrCancel */); 2239if (je.RootViewerState != null && _navigatorHostImpl != null)