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)
911
public virtual event EventHandler<
DownloadProgressEventArgs
> DownloadProgress
1973
internal UniqueEventHelper<
DownloadProgressEventArgs
> _progressEvent = new UniqueEventHelper<
DownloadProgressEventArgs
>();
Core\CSharp\System\Windows\Media\Imaging\BitmapFrameDecode.cs (2)
565
private void OnDownloadProgress(object sender,
DownloadProgressEventArgs
e)
867
public void OnSourceDownloadProgress(object sender,
DownloadProgressEventArgs
e)
Core\CSharp\System\Windows\Media\Imaging\BitmapImage.cs (1)
903
private void OnDownloadProgress(object sender,
DownloadProgressEventArgs
e)
Core\CSharp\System\Windows\Media\Imaging\BitmapSource.cs (5)
315
public virtual event EventHandler<
DownloadProgressEventArgs
> DownloadProgress
1416
private void OnSourceDownloadProgress(object sender,
DownloadProgressEventArgs
e)
1705
internal UniqueEventHelper<
DownloadProgressEventArgs
> _progressEvent = new UniqueEventHelper<
DownloadProgressEventArgs
>();
2071
public void OnSourceDownloadProgress(object sender,
DownloadProgressEventArgs
e)