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