5 references to NavigationServiceId
PresentationFramework (5)
MS\Internal\AppModel\Journaling.cs (1)
355if (journalEntry.NavigationServiceId != NavigationService.GuidId)
MS\Internal\AppModel\JournalNavigationScope.cs (2)
312NavigationService navigationService = _rootNavSvc.FindTarget(entry.NavigationServiceId); 489NavigationService ns = _rootNavSvc.FindTarget(entry.NavigationServiceId);
System\Windows\Navigation\Journal.cs (1)
521if (entry.NavigationServiceId == navSvcId)
System\Windows\Navigation\NavigationService.cs (1)
425&& (navInfo.JournalEntry == null || navInfo.JournalEntry.NavigationServiceId == _guidId);