4 writes to _stream
PresentationCore (4)
Core\CSharp\System\Windows\Media\Imaging\BitmapDecoder.cs (2)
184_stream = bitmapStream; 219_stream = stream;
Core\CSharp\System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (2)
68_stream = stream; 354_stream = newStream;
5 references to _stream
PresentationCore (5)
Core\CSharp\System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (5)
81BitmapDownload.BeginDownload(this, uriToDecode, _requestCachePolicy, _stream); 86if (_stream != null && !_stream.CanSeek) 89BitmapDownload.BeginDownload(this, uriToDecode, _requestCachePolicy, _stream); 319_stream,