4 writes to _isDownloading
PresentationCore (4)
System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (4)
55
_isDownloading
= true;
63
_isDownloading
= true;
317
_isDownloading
= false;
340
_isDownloading
= false;
8 references to _isDownloading
PresentationCore (8)
System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (8)
82
if (
_isDownloading
)
102
if (
_isDownloading
)
122
if (
_isDownloading
)
143
if (
_isDownloading
)
170
if (
_isDownloading
)
206
if (
_isDownloading
)
226
if (
_isDownloading
|| _failed)
244
return
_isDownloading
;