1 write to _navigatorHost
PresentationFramework (1)
System\Windows\Navigation\NavigationService.cs (1)
3569
_navigatorHost
= value;
8 references to _navigatorHost
PresentationFramework (8)
System\Windows\Navigation\NavigationService.cs (8)
424
if (_journalScope == null &&
_navigatorHost
!= null)
426
_journalScope =
_navigatorHost
.GetJournal(true/*do create*/);
3532
get { return
_navigatorHost
; }
3537
if (
_navigatorHost
!= null)
3539
IInputElement iie =
_navigatorHost
as IInputElement;
3545
IDownloader oldDownloader =
_navigatorHost
as IDownloader;
4028
if (_journalScope == null &&
_navigatorHost
!= null)
4030
_journalScope =
_navigatorHost
.GetJournal(false/*don't create*/);