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)
54
BitmapDownload.BeginDownload(this, uriToDecode, _requestCachePolicy,
_stream
);
59
if (
_stream
!= null && !
_stream
.CanSeek)
62
BitmapDownload.BeginDownload(this, uriToDecode, _requestCachePolicy,
_stream
);
262
_stream
,