3 references to FileStream
PresentationCore (1)
Core\CSharp\System\Windows\Media\Imaging\BitmapDownload.cs (1)
177
entry.outputStream = new
FileStream
(fileHandle, FileAccess.ReadWrite);
System.Web (2)
Hosting\ISAPIWorkerRequest.cs (1)
1440
f = new
FileStream
(new Microsoft.Win32.SafeHandles.SafeFileHandle(handle,false), FileAccess.Read);
HttpResponse.cs (1)
2924
f = new
FileStream
(new Microsoft.Win32.SafeHandles.SafeFileHandle(fileHandle,false), FileAccess.Read);