3 writes to _contentLength
System.Windows.Forms (3)
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (3)
550_contentLength = -1; 575_contentLength = (int)_fileStream.Length; 660_contentLength = (int)webResponse.ContentLength;
2 references to _contentLength
System.Windows.Forms (2)
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (2)
707if (_contentLength != -1) 709int progress = (int)(100 * (_totalBytesRead / ((float)_contentLength)));