4 writes to _stream
PresentationCore (4)
System\Windows\Media\Imaging\BitmapDecoder.cs (2)
140
_stream
= bitmapStream;
169
_stream
= stream;
System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (2)
36
_stream
= stream;
292
_stream
= newStream;
5 references to _stream
PresentationCore (5)
System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (5)
49
BitmapDownload.BeginDownload(this, uriToDecode, _requestCachePolicy,
_stream
);
54
if (
_stream
!= null && !
_stream
.CanSeek)
57
BitmapDownload.BeginDownload(this, uriToDecode, _requestCachePolicy,
_stream
);
257
_stream
,