1 instantiation of NavigationProgressEventArgs
PresentationFramework (1)
System\Windows\Navigation\NavigationService.cs (1)
2384
NavigationProgressEventArgs e = new
NavigationProgressEventArgs
(source, BytesRead, MaxBytes, INavigatorHost);
4 references to NavigationProgressEventArgs
PresentationFramework (4)
System\Windows\Application.cs (2)
1436
protected virtual void OnNavigationProgress(
NavigationProgressEventArgs
e)
1819
internal void FireNavigationProgress(
NavigationProgressEventArgs
e)
System\Windows\Navigation\NavigationService.cs (2)
2384
NavigationProgressEventArgs
e = new NavigationProgressEventArgs(source, BytesRead, MaxBytes, INavigatorHost);
4160
public delegate void NavigationProgressEventHandler(Object sender,
NavigationProgressEventArgs
e);