1 write to _navigatorHostImpl
PresentationFramework (1)
System\Windows\Navigation\NavigationService.cs (1)
3494
_navigatorHostImpl
= value as INavigatorImpl;
8 references to _navigatorHostImpl
PresentationFramework (8)
System\Windows\Navigation\NavigationService.cs (8)
440
if (
_navigatorHostImpl
!= null && !(_bp is Visual))
442
Visual v =
_navigatorHostImpl
.FindRootViewer();
455
Visual v =
_navigatorHostImpl
.FindRootViewer();
1858
_navigatorHostImpl
?.OnSourceUpdatedFromNavService(true /* journalOrCancel */);
2096
if ((
_navigatorHostImpl
!= null) && (!navigateOnSourceChanged))
2098
_navigatorHostImpl
.OnSourceUpdatedFromNavService(IsJournalNavigation(navigateInfo) /* journalOrCancel */);
2154
_navigatorHostImpl
?.OnSourceUpdatedFromNavService(true /* journalOrCancel */);
2239
if (je.RootViewerState != null &&
_navigatorHostImpl
!= null)