1 write to _navigatorHost
PresentationFramework (1)
System\Windows\Navigation\NavigationService.cs (1)
3567_navigatorHost = value;
8 references to _navigatorHost
PresentationFramework (8)
System\Windows\Navigation\NavigationService.cs (8)
422if (_journalScope == null && _navigatorHost != null) 424_journalScope = _navigatorHost.GetJournal(true/*do create*/); 3530get { return _navigatorHost; } 3535if (_navigatorHost != null) 3537IInputElement iie = _navigatorHost as IInputElement; 3543IDownloader oldDownloader = _navigatorHost as IDownloader; 4026if (_journalScope == null && _navigatorHost != null) 4028_journalScope = _navigatorHost.GetJournal(false/*don't create*/);