4 writes to _stream
PresentationCore (4)
System\Windows\Media\Imaging\BitmapDecoder.cs (2)
141_stream = bitmapStream; 170_stream = stream;
System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (2)
37_stream = stream; 293_stream = newStream;
5 references to _stream
PresentationCore (5)
System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (5)
50BitmapDownload.BeginDownload(this, uriToDecode, _requestCachePolicy, _stream); 55if (_stream != null && !_stream.CanSeek) 58BitmapDownload.BeginDownload(this, uriToDecode, _requestCachePolicy, _stream); 258_stream,