1 write to _navigatorHostImpl
PresentationFramework (1)
System\Windows\Navigation\NavigationService.cs (1)
3500
_navigatorHostImpl
= value as INavigatorImpl;
8 references to _navigatorHostImpl
PresentationFramework (8)
System\Windows\Navigation\NavigationService.cs (8)
428
if (
_navigatorHostImpl
!= null && !(_bp is Visual))
430
Visual v =
_navigatorHostImpl
.FindRootViewer();
443
Visual v =
_navigatorHostImpl
.FindRootViewer();
1849
_navigatorHostImpl
?.OnSourceUpdatedFromNavService(true /* journalOrCancel */);
2087
if ((
_navigatorHostImpl
!= null) && (!navigateOnSourceChanged))
2089
_navigatorHostImpl
.OnSourceUpdatedFromNavService(IsJournalNavigation(navigateInfo) /* journalOrCancel */);
2145
_navigatorHostImpl
?.OnSourceUpdatedFromNavService(true /* journalOrCancel */);
2230
if (je.RootViewerState != null &&
_navigatorHostImpl
!= null)