4 writes to _isDownloading
PresentationCore (4)
System\Windows\Media\Imaging\BitmapImage.cs (4)
205
_isDownloading
= otherBitmapImage._isDownloading;
360
_isDownloading
= true;
858
_isDownloading
= false;
893
_isDownloading
= false;
8 references to _isDownloading
PresentationCore (8)
System\Windows\Media\Imaging\BitmapImage.cs (8)
129
return
_isDownloading
;
205
_isDownloading = otherBitmapImage.
_isDownloading
;
220
if (
_isDownloading
)
405
if (
_isDownloading
)
482
if (
_isDownloading
)
555
if (
_isDownloading
)
586
if (
_isDownloading
)
602
if (
_isDownloading
)