3 writes to _contentLength
System.Windows.Forms (3)
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (3)
551
_contentLength
= -1;
576
_contentLength
= (int)_fileStream.Length;
661
_contentLength
= (int)webResponse.ContentLength;
2 references to _contentLength
System.Windows.Forms (2)
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (2)
708
if (
_contentLength
!= -1)
710
int progress = (int)(100 * (_totalBytesRead / ((float)
_contentLength
)));