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