4 writes to _isDownloading
PresentationCore (4)
System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (4)
50
_isDownloading
= true;
58
_isDownloading
= true;
308
_isDownloading
= false;
331
_isDownloading
= false;
8 references to _isDownloading
PresentationCore (8)
System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (8)
77
if (
_isDownloading
)
97
if (
_isDownloading
)
117
if (
_isDownloading
)
138
if (
_isDownloading
)
165
if (
_isDownloading
)
201
if (
_isDownloading
)
221
if (
_isDownloading
|| _failed)
239
return
_isDownloading
;