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