8 references to ChildNavigationServices
PresentationFramework (8)
System\Windows\Navigation\NavigationService.cs (8)
576for (int i = ChildNavigationServices.Count - 1; i >= 0; i--) 578((NavigationService)ChildNavigationServices[i]).InvalidateJournalNavigationScope(); 614ChildNavigationServices.Add(ncChild); 640Debug.Assert(ChildNavigationServices.Contains(ncChild), "Child NavigationService must already exist"); 643ChildNavigationServices.Remove(ncChild); 681foreach (NavigationService ns in ChildNavigationServices) 711foreach (NavigationService xcChild in ChildNavigationServices) 3627foreach (NavigationService ns in ChildNavigationServices)