1 instantiation of DownloadProgressEventArgs
PresentationCore (1)
Core\CSharp\System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (1)
387_progressEvent.InvokeEvents(this, new DownloadProgressEventArgs(percentComplete));
11 references to DownloadProgressEventArgs
PresentationCore (11)
Core\CSharp\System\Windows\Media\Imaging\BitmapDecoder.cs (3)
911public virtual event EventHandler<DownloadProgressEventArgs> DownloadProgress 1973internal UniqueEventHelper<DownloadProgressEventArgs> _progressEvent = new UniqueEventHelper<DownloadProgressEventArgs>();
Core\CSharp\System\Windows\Media\Imaging\BitmapFrameDecode.cs (2)
565private void OnDownloadProgress(object sender, DownloadProgressEventArgs e) 867public void OnSourceDownloadProgress(object sender, DownloadProgressEventArgs e)
Core\CSharp\System\Windows\Media\Imaging\BitmapImage.cs (1)
903private void OnDownloadProgress(object sender, DownloadProgressEventArgs e)
Core\CSharp\System\Windows\Media\Imaging\BitmapSource.cs (5)
315public virtual event EventHandler<DownloadProgressEventArgs> DownloadProgress 1416private void OnSourceDownloadProgress(object sender, DownloadProgressEventArgs e) 1705internal UniqueEventHelper<DownloadProgressEventArgs> _progressEvent = new UniqueEventHelper<DownloadProgressEventArgs>(); 2071public void OnSourceDownloadProgress(object sender, DownloadProgressEventArgs e)