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