7 references to _childNavigationServices
PresentationFramework (7)
System\Windows\Navigation\NavigationService.cs (7)
1926for (; i < _childNavigationServices.Count; ++i) 1930((NavigationService)_childNavigationServices[i]).DoStopLoading(true, succeed/*fireEvent: we only fire when succeed*/); 1937if (++i < _childNavigationServices.Count) 1939for (; i < _childNavigationServices.Count; ++i) 1941((NavigationService)_childNavigationServices[i]).DoStopLoading(true, false/*fireEvents*/); 3470get { return _childNavigationServices; } 3635_childNavigationServices.Clear();