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