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)
454if (_journalScope == null && _navigatorHost != null) 456_journalScope = _navigatorHost.GetJournal(true/*do create*/); 595Invariant.Assert(_navigatorHost != null && _navigatorHost == Application.MainWindow && 3807get { return _navigatorHost; } 3812if (_navigatorHost != null) 3814IInputElement iie = _navigatorHost as IInputElement; 3820IDownloader oldDownloader = _navigatorHost as IDownloader; 4302if (_journalScope == null && _navigatorHost != null) 4304_journalScope = _navigatorHost.GetJournal(false/*don't create*/);