10 references to DoStopLoading
PresentationFramework (10)
src\Framework\System\Windows\Navigation\NavigationService.cs (10)
1954DoStopLoading(true/*clearRecursiveNavigations*/, true/*fireEvents*/); 2102((NavigationService)_childNavigationServices[i]).DoStopLoading(true, succeed/*fireEvent: we only fire when succeed*/); 2113((NavigationService)_childNavigationServices[i]).DoStopLoading(true, false/*fireEvents*/); 2335DoStopLoading(false /*clearRecursiveLoads*/, true /*fireEvents*/); 2424DoStopLoading(true, false); 2583DoStopLoading(true, false); 2632DoStopLoading(true, false); 2682DoStopLoading(true, false); 2943DoStopLoading(true, false); 4124DoStopLoading(true, false);