Implemented interface member:
property
NavigationService
MS.Internal.AppModel.IJournalNavigationScopeHost.NavigationService
4 references to NavigationService
PresentationFramework (4)
src\Framework\System\Windows\Controls\Frame.cs (4)
413
frame.
NavigationService
.Refresh();
771
Debug.Assert(d as Frame != null && ((Frame)d).
NavigationService
!= null);
772
((Frame) d).
NavigationService
.OnParentNavigationServiceChanged();
786
NavigationService
.VisualTreeAvailable(v);