10 references to DoStopLoading
PresentationFramework (10)
System\Windows\Navigation\NavigationService.cs (10)
1773DoStopLoading(true/*clearRecursiveNavigations*/, true/*fireEvents*/);
1921((NavigationService)_childNavigationServices[i]).DoStopLoading(true, succeed/*fireEvent: we only fire when succeed*/);
1932((NavigationService)_childNavigationServices[i]).DoStopLoading(true, false/*fireEvents*/);
2154DoStopLoading(false /*clearRecursiveLoads*/, true /*fireEvents*/);
2243DoStopLoading(true, false);
2391DoStopLoading(true, false);
2440DoStopLoading(true, false);
2490DoStopLoading(true, false);
2751DoStopLoading(true, false);
3839DoStopLoading(true, false);