5 references to NavigationServiceId
PresentationFramework (5)
src\Framework\MS\Internal\AppModel\Journaling.cs (1)
371if (journalEntry.NavigationServiceId != NavigationService.GuidId)
src\Framework\MS\Internal\AppModel\JournalNavigationScope.cs (2)
338NavigationService navigationService = _rootNavSvc.FindTarget(entry.NavigationServiceId); 515NavigationService ns = _rootNavSvc.FindTarget(entry.NavigationServiceId);
src\Framework\System\Windows\Navigation\Journal.cs (1)
541if (entry.NavigationServiceId == navSvcId)
src\Framework\System\Windows\Navigation\NavigationService.cs (1)
495&& (navInfo.JournalEntry == null || navInfo.JournalEntry.NavigationServiceId == _guidId);