1 instantiation of NavigationProgressEventArgs
PresentationFramework (1)
src\Framework\System\Windows\Navigation\NavigationService.cs (1)
2565NavigationProgressEventArgs e = new NavigationProgressEventArgs(source, BytesRead, MaxBytes, INavigatorHost);
4 references to NavigationProgressEventArgs
PresentationFramework (4)
src\Framework\System\Windows\Application.cs (2)
1485protected virtual void OnNavigationProgress(NavigationProgressEventArgs e) 1910internal void FireNavigationProgress(NavigationProgressEventArgs e)
src\Framework\System\Windows\Navigation\NavigationService.cs (2)
2565NavigationProgressEventArgs e = new NavigationProgressEventArgs(source, BytesRead, MaxBytes, INavigatorHost); 4434public delegate void NavigationProgressEventHandler(Object sender, NavigationProgressEventArgs e);