8 references to ChildNavigationServices
PresentationFramework (8)
System\Windows\Navigation\NavigationService.cs (8)
560for (int i = ChildNavigationServices.Count - 1; i >= 0; i--) 562((NavigationService)ChildNavigationServices[i]).InvalidateJournalNavigationScope(); 598ChildNavigationServices.Add(ncChild); 624Debug.Assert(ChildNavigationServices.Contains(ncChild), "Child NavigationService must already exist"); 627ChildNavigationServices.Remove(ncChild); 665foreach (NavigationService ns in ChildNavigationServices) 695foreach (NavigationService xcChild in ChildNavigationServices) 3599foreach (NavigationService ns in ChildNavigationServices)