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)
50
BitmapDownload.BeginDownload(this, uriToDecode, _requestCachePolicy,
_stream
);
55
if (
_stream
!= null && !
_stream
.CanSeek)
58
BitmapDownload.BeginDownload(this, uriToDecode, _requestCachePolicy,
_stream
);
258
_stream
,