1 write to _navigatorHostImpl
PresentationFramework (1)
src\Framework\System\Windows\Navigation\NavigationService.cs (1)
3845
_navigatorHostImpl
= value as INavigatorImpl;
10 references to _navigatorHostImpl
PresentationFramework (10)
src\Framework\System\Windows\Navigation\NavigationService.cs (10)
506
if (
_navigatorHostImpl
!= null && !(_bp is Visual))
508
Visual v =
_navigatorHostImpl
.FindRootViewer();
521
Visual v =
_navigatorHostImpl
.FindRootViewer();
2070
if (
_navigatorHostImpl
!= null)
2072
_navigatorHostImpl
.OnSourceUpdatedFromNavService(true /* journalOrCancel */);
2314
if ((
_navigatorHostImpl
!= null) && (!navigateOnSourceChanged))
2316
_navigatorHostImpl
.OnSourceUpdatedFromNavService(IsJournalNavigation(navigateInfo) /* journalOrCancel */);
2375
if (
_navigatorHostImpl
!= null)
2377
_navigatorHostImpl
.OnSourceUpdatedFromNavService(true /* journalOrCancel */);
2475
if (je.RootViewerState != null &&
_navigatorHostImpl
!= null)