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