2 writes to contentLength
PresentationCore (2)
Core\CSharp\System\Windows\Media\Imaging\BitmapDownload.cs (2)
200entry.contentLength = -1; 330entry.contentLength = response.ContentLength;
2 references to contentLength
PresentationCore (2)
Core\CSharp\System\Windows\Media\Imaging\BitmapDownload.cs (2)
426if (entry.contentLength > 0) 428int percentComplete = (int)Math.Floor(100.0 * (double)entry.outputStream.Length / (double)entry.contentLength);