10 references to DoStopLoading
PresentationFramework (10)
System\Windows\Navigation\NavigationService.cs (10)
1784DoStopLoading(true/*clearRecursiveNavigations*/, true/*fireEvents*/);
1932((NavigationService)_childNavigationServices[i]).DoStopLoading(true, succeed/*fireEvent: we only fire when succeed*/);
1943((NavigationService)_childNavigationServices[i]).DoStopLoading(true, false/*fireEvents*/);
2165DoStopLoading(false /*clearRecursiveLoads*/, true /*fireEvents*/);
2254DoStopLoading(true, false);
2402DoStopLoading(true, false);
2451DoStopLoading(true, false);
2501DoStopLoading(true, false);
2762DoStopLoading(true, false);
3850DoStopLoading(true, false);