7 references to _childNavigationServices
PresentationFramework (7)
src\Framework\System\Windows\Navigation\NavigationService.cs (7)
2098for (; i < _childNavigationServices.Count; ++i) 2102((NavigationService)_childNavigationServices[i]).DoStopLoading(true, succeed/*fireEvent: we only fire when succeed*/); 2109if (++i < _childNavigationServices.Count) 2111for (; i < _childNavigationServices.Count; ++i) 2113((NavigationService)_childNavigationServices[i]).DoStopLoading(true, false/*fireEvents*/); 3731get { return _childNavigationServices; } 3912_childNavigationServices.Clear();