1 write to _navigatorHostImpl
PresentationFramework (1)
System\Windows\Navigation\NavigationService.cs (1)
3499
_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();
1848
_navigatorHostImpl
?.OnSourceUpdatedFromNavService(true /* journalOrCancel */);
2086
if ((
_navigatorHostImpl
!= null) && (!navigateOnSourceChanged))
2088
_navigatorHostImpl
.OnSourceUpdatedFromNavService(IsJournalNavigation(navigateInfo) /* journalOrCancel */);
2144
_navigatorHostImpl
?.OnSourceUpdatedFromNavService(true /* journalOrCancel */);
2229
if (je.RootViewerState != null &&
_navigatorHostImpl
!= null)