4 writes to _stream
PresentationCore (4)
System\Windows\Media\Imaging\BitmapDecoder.cs (2)
161_stream = bitmapStream; 190_stream = stream;
System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (2)
61_stream = stream; 317_stream = newStream;
5 references to _stream
PresentationCore (5)
System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (5)
74BitmapDownload.BeginDownload(this, uriToDecode, _requestCachePolicy, _stream); 79if (_stream != null && !_stream.CanSeek) 82BitmapDownload.BeginDownload(this, uriToDecode, _requestCachePolicy, _stream); 282_stream,