10 references to DoStopLoading
PresentationFramework (10)
System\Windows\Navigation\NavigationService.cs (10)
1782DoStopLoading(true/*clearRecursiveNavigations*/, true/*fireEvents*/);
1930((NavigationService)_childNavigationServices[i]).DoStopLoading(true, succeed/*fireEvent: we only fire when succeed*/);
1941((NavigationService)_childNavigationServices[i]).DoStopLoading(true, false/*fireEvents*/);
2163DoStopLoading(false /*clearRecursiveLoads*/, true /*fireEvents*/);
2252DoStopLoading(true, false);
2400DoStopLoading(true, false);
2449DoStopLoading(true, false);
2499DoStopLoading(true, false);
2760DoStopLoading(true, false);
3848DoStopLoading(true, false);