2 writes to contentLength
PresentationCore (2)
System\Windows\Media\Imaging\BitmapDownload.cs (2)
177
entry.
contentLength
= -1;
267
entry.
contentLength
= response.ContentLength;
2 references to contentLength
PresentationCore (2)
System\Windows\Media\Imaging\BitmapDownload.cs (2)
359
if (entry.
contentLength
> 0)
361
int percentComplete = (int)Math.Floor(100.0 * (double)entry.outputStream.Length / (double)entry.
contentLength
);