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);
2331DoStopLoading(true, false);
2380DoStopLoading(true, false);
2430DoStopLoading(true, false);
2688DoStopLoading(true, false);
3761DoStopLoading(true, false);