4 writes to _isDownloading
PresentationCore (4)
Core\CSharp\System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (4)
82
_isDownloading
= true;
90
_isDownloading
= true;
374
_isDownloading
= false;
397
_isDownloading
= false;
8 references to _isDownloading
PresentationCore (8)
Core\CSharp\System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (8)
115
if (
_isDownloading
)
140
if (
_isDownloading
)
165
if (
_isDownloading
)
195
if (
_isDownloading
)
222
if (
_isDownloading
)
263
if (
_isDownloading
)
283
if (
_isDownloading
|| _failed)
301
return
_isDownloading
;