4 writes to _isDownloading
PresentationCore (4)
System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (4)
75
_isDownloading
= true;
83
_isDownloading
= true;
337
_isDownloading
= false;
360
_isDownloading
= false;
8 references to _isDownloading
PresentationCore (8)
System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (8)
102
if (
_isDownloading
)
122
if (
_isDownloading
)
142
if (
_isDownloading
)
163
if (
_isDownloading
)
190
if (
_isDownloading
)
226
if (
_isDownloading
)
246
if (
_isDownloading
|| _failed)
264
return
_isDownloading
;