7 references to _childNavigationServices
PresentationFramework (7)
System\Windows\Navigation\NavigationService.cs (7)
1901for (; i < _childNavigationServices.Count; ++i) 1905((NavigationService)_childNavigationServices[i]).DoStopLoading(true, succeed/*fireEvent: we only fire when succeed*/); 1912if (++i < _childNavigationServices.Count) 1914for (; i < _childNavigationServices.Count; ++i) 1916((NavigationService)_childNavigationServices[i]).DoStopLoading(true, false/*fireEvents*/); 3444get { return _childNavigationServices; } 3609_childNavigationServices.Clear();