8 references to ChildNavigationServices
PresentationFramework (8)
System\Windows\Navigation\NavigationService.cs (8)
574for (int i = ChildNavigationServices.Count - 1; i >= 0; i--) 576((NavigationService)ChildNavigationServices[i]).InvalidateJournalNavigationScope(); 612ChildNavigationServices.Add(ncChild); 638Debug.Assert(ChildNavigationServices.Contains(ncChild), "Child NavigationService must already exist"); 641ChildNavigationServices.Remove(ncChild); 679foreach (NavigationService ns in ChildNavigationServices) 709foreach (NavigationService xcChild in ChildNavigationServices) 3625foreach (NavigationService ns in ChildNavigationServices)