10 references to DoStopLoading
PresentationFramework (10)
System\Windows\Navigation\NavigationService.cs (10)
1731DoStopLoading(true/*clearRecursiveNavigations*/, true/*fireEvents*/);
1874((NavigationService)_childNavigationServices[i]).DoStopLoading(true, succeed/*fireEvent: we only fire when succeed*/);
1885((NavigationService)_childNavigationServices[i]).DoStopLoading(true, false/*fireEvents*/);
2104DoStopLoading(false /*clearRecursiveLoads*/, true /*fireEvents*/);
2187DoStopLoading(true, false);
2334DoStopLoading(true, false);
2383DoStopLoading(true, false);
2433DoStopLoading(true, false);
2694DoStopLoading(true, false);
3776DoStopLoading(true, false);