1 write to _navigatorHost
PresentationFramework (1)
System\Windows\Navigation\NavigationService.cs (1)
3495_navigatorHost = value;
8 references to _navigatorHost
PresentationFramework (8)
System\Windows\Navigation\NavigationService.cs (8)
404if (_journalScope == null && _navigatorHost != null) 406_journalScope = _navigatorHost.GetJournal(true/*do create*/); 3464get { return _navigatorHost; } 3469if (_navigatorHost != null) 3471IInputElement iie = _navigatorHost as IInputElement; 3474IDownloader oldDownloader = _navigatorHost as IDownloader; 3954if (_journalScope == null && _navigatorHost != null) 3956_journalScope = _navigatorHost.GetJournal(false/*don't create*/);