7 references to _childNavigationServices
PresentationFramework (7)
System\Windows\Navigation\NavigationService.cs (7)
1870for (; i < _childNavigationServices.Count; ++i) 1874((NavigationService)_childNavigationServices[i]).DoStopLoading(true, succeed/*fireEvent: we only fire when succeed*/); 1881if (++i < _childNavigationServices.Count) 1883for (; i < _childNavigationServices.Count; ++i) 1885((NavigationService)_childNavigationServices[i]).DoStopLoading(true, false/*fireEvents*/); 3404get { return _childNavigationServices; } 3563_childNavigationServices.Clear();