1 write to _navigatorHostImpl
PresentationFramework (1)
System\Windows\Navigation\NavigationService.cs (1)
3496_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(); 1845_navigatorHostImpl?.OnSourceUpdatedFromNavService(true /* journalOrCancel */); 2083if ((_navigatorHostImpl != null) && (!navigateOnSourceChanged)) 2085_navigatorHostImpl.OnSourceUpdatedFromNavService(IsJournalNavigation(navigateInfo) /* journalOrCancel */); 2141_navigatorHostImpl?.OnSourceUpdatedFromNavService(true /* journalOrCancel */); 2226if (je.RootViewerState != null && _navigatorHostImpl != null)