1 write to _navigatorHostImpl
PresentationFramework (1)
System\Windows\Navigation\NavigationService.cs (1)
3568
_navigatorHostImpl
= value as INavigatorImpl;
10 references to _navigatorHostImpl
PresentationFramework (10)
System\Windows\Navigation\NavigationService.cs (10)
445
if (
_navigatorHostImpl
!= null && !(_bp is Visual))
447
Visual v =
_navigatorHostImpl
.FindRootViewer();
460
Visual v =
_navigatorHostImpl
.FindRootViewer();
1898
if (
_navigatorHostImpl
!= null)
1900
_navigatorHostImpl
.OnSourceUpdatedFromNavService(true /* journalOrCancel */);
2142
if ((
_navigatorHostImpl
!= null) && (!navigateOnSourceChanged))
2144
_navigatorHostImpl
.OnSourceUpdatedFromNavService(IsJournalNavigation(navigateInfo) /* journalOrCancel */);
2203
if (
_navigatorHostImpl
!= null)
2205
_navigatorHostImpl
.OnSourceUpdatedFromNavService(true /* journalOrCancel */);
2292
if (je.RootViewerState != null &&
_navigatorHostImpl
!= null)