4 writes to _isDownloading
PresentationCore (4)
System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (4)
51
_isDownloading
= true;
59
_isDownloading
= true;
309
_isDownloading
= false;
332
_isDownloading
= false;
8 references to _isDownloading
PresentationCore (8)
System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (8)
78
if (
_isDownloading
)
98
if (
_isDownloading
)
118
if (
_isDownloading
)
139
if (
_isDownloading
)
166
if (
_isDownloading
)
202
if (
_isDownloading
)
222
if (
_isDownloading
|| _failed)
240
return
_isDownloading
;