10 references to DoStopLoading
PresentationFramework (10)
System\Windows\Navigation\NavigationService.cs (10)
1734DoStopLoading(true/*clearRecursiveNavigations*/, true/*fireEvents*/);
1877((NavigationService)_childNavigationServices[i]).DoStopLoading(true, succeed/*fireEvent: we only fire when succeed*/);
1888((NavigationService)_childNavigationServices[i]).DoStopLoading(true, false/*fireEvents*/);
2107DoStopLoading(false /*clearRecursiveLoads*/, true /*fireEvents*/);
2190DoStopLoading(true, false);
2337DoStopLoading(true, false);
2386DoStopLoading(true, false);
2436DoStopLoading(true, false);
2697DoStopLoading(true, false);
3779DoStopLoading(true, false);