7 references to _childNavigationServices
PresentationFramework (7)
System\Windows\Navigation\NavigationService.cs (7)
1873for (; i < _childNavigationServices.Count; ++i) 1877((NavigationService)_childNavigationServices[i]).DoStopLoading(true, succeed/*fireEvent: we only fire when succeed*/); 1884if (++i < _childNavigationServices.Count) 1886for (; i < _childNavigationServices.Count; ++i) 1888((NavigationService)_childNavigationServices[i]).DoStopLoading(true, false/*fireEvents*/); 3407get { return _childNavigationServices; } 3566_childNavigationServices.Clear();