1 write to _navigatorHostImpl
PresentationFramework (1)
System\Windows\Navigation\NavigationService.cs (1)
3542_navigatorHostImpl = value as INavigatorImpl;
10 references to _navigatorHostImpl
PresentationFramework (10)
System\Windows\Navigation\NavigationService.cs (10)
431if (_navigatorHostImpl != null && !(_bp is Visual)) 433Visual v = _navigatorHostImpl.FindRootViewer(); 446Visual v = _navigatorHostImpl.FindRootViewer(); 1873if (_navigatorHostImpl != null) 1875_navigatorHostImpl.OnSourceUpdatedFromNavService(true /* journalOrCancel */); 2117if ((_navigatorHostImpl != null) && (!navigateOnSourceChanged)) 2119_navigatorHostImpl.OnSourceUpdatedFromNavService(IsJournalNavigation(navigateInfo) /* journalOrCancel */); 2178if (_navigatorHostImpl != null) 2180_navigatorHostImpl.OnSourceUpdatedFromNavService(true /* journalOrCancel */); 2266if (je.RootViewerState != null && _navigatorHostImpl != null)