4 writes to _stream
PresentationCore (4)
Core\CSharp\System\Windows\Media\Imaging\BitmapDecoder.cs (2)
184
_stream
= bitmapStream;
219
_stream
= stream;
Core\CSharp\System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (2)
68
_stream
= stream;
354
_stream
= newStream;
5 references to _stream
PresentationCore (5)
Core\CSharp\System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (5)
81
BitmapDownload.BeginDownload(this, uriToDecode, _requestCachePolicy,
_stream
);
86
if (
_stream
!= null && !
_stream
.CanSeek)
89
BitmapDownload.BeginDownload(this, uriToDecode, _requestCachePolicy,
_stream
);
319
_stream
,