1 instantiation of DownloadProgressEventArgs
PresentationCore (1)
System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (1)
330
_progressEvent.InvokeEvents(this, new
DownloadProgressEventArgs
(percentComplete));
11 references to DownloadProgressEventArgs
PresentationCore (11)
System\Windows\Media\Imaging\BitmapDecoder.cs (3)
811
public virtual event EventHandler<
DownloadProgressEventArgs
> DownloadProgress
1662
internal UniqueEventHelper<
DownloadProgressEventArgs
> _progressEvent = new UniqueEventHelper<
DownloadProgressEventArgs
>();
System\Windows\Media\Imaging\BitmapFrameDecode.cs (2)
505
private void OnDownloadProgress(object sender,
DownloadProgressEventArgs
e)
792
public void OnSourceDownloadProgress(object sender,
DownloadProgressEventArgs
e)
System\Windows\Media\Imaging\BitmapImage.cs (1)
873
private void OnDownloadProgress(object sender,
DownloadProgressEventArgs
e)
System\Windows\Media\Imaging\BitmapSource.cs (5)
280
public virtual event EventHandler<
DownloadProgressEventArgs
> DownloadProgress
1299
private void OnSourceDownloadProgress(object sender,
DownloadProgressEventArgs
e)
1575
internal UniqueEventHelper<
DownloadProgressEventArgs
> _progressEvent = new UniqueEventHelper<
DownloadProgressEventArgs
>();
1930
public void OnSourceDownloadProgress(object sender,
DownloadProgressEventArgs
e)