1 write to outputStream
PresentationCore (1)
Core\CSharp\System\Windows\Media\Imaging\BitmapDownload.cs (1)
177
entry.
outputStream
= new FileStream(fileHandle, FileAccess.ReadWrite);
5 references to outputStream
PresentationCore (5)
Core\CSharp\System\Windows\Media\Imaging\BitmapDownload.cs (5)
383
entry.
outputStream
.Flush();
384
entry.
outputStream
.Seek(0, SeekOrigin.Begin);
407
entry.
outputStream
424
entry.
outputStream
.Write(entry.readBuffer, 0, bytesRead);
428
int percentComplete = (int)Math.Floor(100.0 * (double)entry.
outputStream
.Length / (double)entry.contentLength);