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