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