1 write to _navigatorHost
PresentationFramework (1)
src\Framework\System\Windows\Navigation\NavigationService.cs (1)
3844
_navigatorHost
= value;
10 references to _navigatorHost
PresentationFramework (10)
src\Framework\System\Windows\Navigation\NavigationService.cs (10)
454
if (_journalScope == null &&
_navigatorHost
!= null)
456
_journalScope =
_navigatorHost
.GetJournal(true/*do create*/);
595
Invariant.Assert(
_navigatorHost
!= null &&
_navigatorHost
== Application.MainWindow &&
3807
get { return
_navigatorHost
; }
3812
if (
_navigatorHost
!= null)
3814
IInputElement iie =
_navigatorHost
as IInputElement;
3820
IDownloader oldDownloader =
_navigatorHost
as IDownloader;
4302
if (_journalScope == null &&
_navigatorHost
!= null)
4304
_journalScope =
_navigatorHost
.GetJournal(false/*don't create*/);