4 writes to _stream
PresentationCore (4)
System\Windows\Media\Imaging\BitmapDecoder.cs (2)
143_stream = bitmapStream; 172_stream = stream;
System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (2)
41_stream = stream; 297_stream = newStream;
5 references to _stream
PresentationCore (5)
System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (5)
54BitmapDownload.BeginDownload(this, uriToDecode, _requestCachePolicy, _stream); 59if (_stream != null && !_stream.CanSeek) 62BitmapDownload.BeginDownload(this, uriToDecode, _requestCachePolicy, _stream); 262_stream,