8 references to ChildNavigationServices
PresentationFramework (8)
System\Windows\Navigation\NavigationService.cs (8)
553for (int i = ChildNavigationServices.Count - 1; i >= 0; i--) 555((NavigationService)ChildNavigationServices[i]).InvalidateJournalNavigationScope(); 588ChildNavigationServices.Add(ncChild); 611Debug.Assert(ChildNavigationServices.Contains(ncChild), "Child NavigationService must already exist"); 614ChildNavigationServices.Remove(ncChild); 649foreach (NavigationService ns in ChildNavigationServices) 679foreach (NavigationService xcChild in ChildNavigationServices) 3556foreach (NavigationService ns in ChildNavigationServices)