10 references to DoStopLoading
PresentationFramework (10)
System\Windows\Navigation\NavigationService.cs (10)
1744DoStopLoading(true/*clearRecursiveNavigations*/, true/*fireEvents*/);
1887((NavigationService)_childNavigationServices[i]).DoStopLoading(true, succeed/*fireEvent: we only fire when succeed*/);
1898((NavigationService)_childNavigationServices[i]).DoStopLoading(true, false/*fireEvents*/);
2117DoStopLoading(false /*clearRecursiveLoads*/, true /*fireEvents*/);
2200DoStopLoading(true, false);
2344DoStopLoading(true, false);
2393DoStopLoading(true, false);
2443DoStopLoading(true, false);
2701DoStopLoading(true, false);
3774DoStopLoading(true, false);