1 write to _navigatorHostImpl
PresentationFramework (1)
System\Windows\Navigation\NavigationService.cs (1)
3500_navigatorHostImpl = value as INavigatorImpl;
8 references to _navigatorHostImpl
PresentationFramework (8)
System\Windows\Navigation\NavigationService.cs (8)
428if (_navigatorHostImpl != null && !(_bp is Visual)) 430Visual v = _navigatorHostImpl.FindRootViewer(); 443Visual v = _navigatorHostImpl.FindRootViewer(); 1849_navigatorHostImpl?.OnSourceUpdatedFromNavService(true /* journalOrCancel */); 2087if ((_navigatorHostImpl != null) && (!navigateOnSourceChanged)) 2089_navigatorHostImpl.OnSourceUpdatedFromNavService(IsJournalNavigation(navigateInfo) /* journalOrCancel */); 2145_navigatorHostImpl?.OnSourceUpdatedFromNavService(true /* journalOrCancel */); 2230if (je.RootViewerState != null && _navigatorHostImpl != null)