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)
74
BitmapDownload.BeginDownload(this, uriToDecode, _requestCachePolicy,
_stream
);
79
if (
_stream
!= null && !
_stream
.CanSeek)
82
BitmapDownload.BeginDownload(this, uriToDecode, _requestCachePolicy,
_stream
);
282
_stream
,