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