1 write to _navigatorHostImpl
PresentationFramework (1)
System\Windows\Navigation\NavigationService.cs (1)
3542
_navigatorHostImpl
= value as INavigatorImpl;
10 references to _navigatorHostImpl
PresentationFramework (10)
System\Windows\Navigation\NavigationService.cs (10)
431
if (
_navigatorHostImpl
!= null && !(_bp is Visual))
433
Visual v =
_navigatorHostImpl
.FindRootViewer();
446
Visual v =
_navigatorHostImpl
.FindRootViewer();
1873
if (
_navigatorHostImpl
!= null)
1875
_navigatorHostImpl
.OnSourceUpdatedFromNavService(true /* journalOrCancel */);
2117
if ((
_navigatorHostImpl
!= null) && (!navigateOnSourceChanged))
2119
_navigatorHostImpl
.OnSourceUpdatedFromNavService(IsJournalNavigation(navigateInfo) /* journalOrCancel */);
2178
if (
_navigatorHostImpl
!= null)
2180
_navigatorHostImpl
.OnSourceUpdatedFromNavService(true /* journalOrCancel */);
2266
if (je.RootViewerState != null &&
_navigatorHostImpl
!= null)