2 writes to contentLength
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PictureBox.cs (2)
668
contentLength
= -1;
749
contentLength
= (int)webResponse.ContentLength;
2 references to contentLength
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PictureBox.cs (2)
798
if (
contentLength
!= -1)
800
int progress = (int)(100 * (((float)totalBytesRead) / ((float)
contentLength
)));