2 references to DownloadProgressChanged
System (2)
net\System\Net\webclient.cs (2)
2931
if (
DownloadProgressChanged
!= null) {
2932
DownloadProgressChanged
(this, e);