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)
427
if (
_navigatorHostImpl
!= null && !(_bp is Visual))
429
Visual v =
_navigatorHostImpl
.FindRootViewer();
442
Visual v =
_navigatorHostImpl
.FindRootViewer();
1845
_navigatorHostImpl
?.OnSourceUpdatedFromNavService(true /* journalOrCancel */);
2083
if ((
_navigatorHostImpl
!= null) && (!navigateOnSourceChanged))
2085
_navigatorHostImpl
.OnSourceUpdatedFromNavService(IsJournalNavigation(navigateInfo) /* journalOrCancel */);
2141
_navigatorHostImpl
?.OnSourceUpdatedFromNavService(true /* journalOrCancel */);
2226
if (je.RootViewerState != null &&
_navigatorHostImpl
!= null)