4 references to ParentNavigationService
PresentationFramework (4)
src\Framework\System\Windows\Controls\Frame.cs (1)
1350NavigationService parentNS = _navigationService.ParentNavigationService;
src\Framework\System\Windows\Navigation\NavigationService.cs (3)
736Invariant.Assert(ncChild.ParentNavigationService == null); 2716NavigationService ncParent = this.ParentNavigationService; 3931ns = ns.ParentNavigationService;