1 write to _navigatorHostImpl
PresentationFramework (1)
System\Windows\Navigation\NavigationService.cs (1)
3499_navigatorHostImpl = value as INavigatorImpl;
8 references to _navigatorHostImpl
PresentationFramework (8)
System\Windows\Navigation\NavigationService.cs (8)
427if (_navigatorHostImpl != null && !(_bp is Visual)) 429Visual v = _navigatorHostImpl.FindRootViewer(); 442Visual v = _navigatorHostImpl.FindRootViewer(); 1848_navigatorHostImpl?.OnSourceUpdatedFromNavService(true /* journalOrCancel */); 2086if ((_navigatorHostImpl != null) && (!navigateOnSourceChanged)) 2088_navigatorHostImpl.OnSourceUpdatedFromNavService(IsJournalNavigation(navigateInfo) /* journalOrCancel */); 2144_navigatorHostImpl?.OnSourceUpdatedFromNavService(true /* journalOrCancel */); 2229if (je.RootViewerState != null && _navigatorHostImpl != null)