8 references to ChildNavigationServices
PresentationFramework (8)
System\Windows\Navigation\NavigationService.cs (8)
554for (int i = ChildNavigationServices.Count - 1; i >= 0; i--) 556((NavigationService)ChildNavigationServices[i]).InvalidateJournalNavigationScope(); 589ChildNavigationServices.Add(ncChild); 612Debug.Assert(ChildNavigationServices.Contains(ncChild), "Child NavigationService must already exist"); 615ChildNavigationServices.Remove(ncChild); 650foreach (NavigationService ns in ChildNavigationServices) 680foreach (NavigationService xcChild in ChildNavigationServices) 3557foreach (NavigationService ns in ChildNavigationServices)