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