Implemented interface member:
property
NavigationService
MS.Internal.AppModel.IJournalNavigationScopeHost.NavigationService
5 references to NavigationService
PresentationFramework (5)
System\Windows\Controls\Frame.cs (4)
381frame.NavigationService.Refresh(); 733Debug.Assert(d as Frame != null && ((Frame)d).NavigationService != null); 734((Frame) d).NavigationService.OnParentNavigationServiceChanged(); 748NavigationService.VisualTreeAvailable(v);
System\Windows\Markup\WpfXamlLoader.cs (1)
123frame.NavigationService.IsUnsafe = true;