1 write to _navigatorHostImpl
PresentationFramework (1)
System\Windows\Navigation\NavigationService.cs (1)
3570_navigatorHostImpl = value as INavigatorImpl;
10 references to _navigatorHostImpl
PresentationFramework (10)
System\Windows\Navigation\NavigationService.cs (10)
447if (_navigatorHostImpl != null && !(_bp is Visual)) 449Visual v = _navigatorHostImpl.FindRootViewer(); 462Visual v = _navigatorHostImpl.FindRootViewer(); 1900if (_navigatorHostImpl != null) 1902_navigatorHostImpl.OnSourceUpdatedFromNavService(true /* journalOrCancel */); 2144if ((_navigatorHostImpl != null) && (!navigateOnSourceChanged)) 2146_navigatorHostImpl.OnSourceUpdatedFromNavService(IsJournalNavigation(navigateInfo) /* journalOrCancel */); 2205if (_navigatorHostImpl != null) 2207_navigatorHostImpl.OnSourceUpdatedFromNavService(true /* journalOrCancel */); 2294if (je.RootViewerState != null && _navigatorHostImpl != null)