10 references to ChildNavigationServices
PresentationFramework (10)
src\Framework\MS\Internal\AppModel\RootBrowserWindow.cs (2)
768for (int i = 0; i < navigationService.ChildNavigationServices.Count; i++) 770NavigationService childNavService = (NavigationService)(navigationService.ChildNavigationServices[i]);
src\Framework\System\Windows\Navigation\NavigationService.cs (8)
702for (int i = ChildNavigationServices.Count - 1; i >= 0; i--) 704((NavigationService)ChildNavigationServices[i]).InvalidateJournalNavigationScope(); 740ChildNavigationServices.Add(ncChild); 766Debug.Assert(ChildNavigationServices.Contains(ncChild), "Child NavigationService must already exist"); 769ChildNavigationServices.Remove(ncChild); 807foreach (NavigationService ns in ChildNavigationServices) 837foreach (NavigationService xcChild in ChildNavigationServices) 3902foreach (NavigationService ns in ChildNavigationServices)