3 references to FindTarget
PresentationFramework (3)
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\NavigationService.cs (1)
810
result = ns.
FindTarget
(navigationServiceId);