7 references to NavigationProgressEventHandler
PresentationFramework (7)
MS\Internal\AppModel\INavigator.cs (1)
144event NavigationProgressEventHandler NavigationProgress;
MS\Internal\AppModel\JournalNavigationScope.cs (1)
123public event NavigationProgressEventHandler NavigationProgress
System\Windows\Application.cs (1)
1200public event NavigationProgressEventHandler NavigationProgress;
System\Windows\Controls\Frame.cs (1)
1027public event NavigationProgressEventHandler NavigationProgress
System\Windows\Navigation\NavigationService.cs (2)
2298public event NavigationProgressEventHandler NavigationProgress 2304private NavigationProgressEventHandler _navigationProgress;
System\Windows\Navigation\NavigationWindow.cs (1)
693public event NavigationProgressEventHandler NavigationProgress