1 write to _navigatorHost
PresentationFramework (1)
System\Windows\Navigation\NavigationService.cs (1)
3499
_navigatorHost
= value;
8 references to _navigatorHost
PresentationFramework (8)
System\Windows\Navigation\NavigationService.cs (8)
405
if (_journalScope == null &&
_navigatorHost
!= null)
407
_journalScope =
_navigatorHost
.GetJournal(true/*do create*/);
3468
get { return
_navigatorHost
; }
3473
if (
_navigatorHost
!= null)
3475
IInputElement iie =
_navigatorHost
as IInputElement;
3478
IDownloader oldDownloader =
_navigatorHost
as IDownloader;
3958
if (_journalScope == null &&
_navigatorHost
!= null)
3960
_journalScope =
_navigatorHost
.GetJournal(false/*don't create*/);