1 write to _navigatorHostImpl
PresentationFramework (1)
System\Windows\Navigation\NavigationService.cs (1)
3568_navigatorHostImpl = value as INavigatorImpl;
10 references to _navigatorHostImpl
PresentationFramework (10)
System\Windows\Navigation\NavigationService.cs (10)
445if (_navigatorHostImpl != null && !(_bp is Visual)) 447Visual v = _navigatorHostImpl.FindRootViewer(); 460Visual v = _navigatorHostImpl.FindRootViewer(); 1898if (_navigatorHostImpl != null) 1900_navigatorHostImpl.OnSourceUpdatedFromNavService(true /* journalOrCancel */); 2142if ((_navigatorHostImpl != null) && (!navigateOnSourceChanged)) 2144_navigatorHostImpl.OnSourceUpdatedFromNavService(IsJournalNavigation(navigateInfo) /* journalOrCancel */); 2203if (_navigatorHostImpl != null) 2205_navigatorHostImpl.OnSourceUpdatedFromNavService(true /* journalOrCancel */); 2292if (je.RootViewerState != null && _navigatorHostImpl != null)