4 writes to _isDownloading
PresentationCore (4)
System\Windows\Media\Imaging\BitmapImage.cs (4)
200
_isDownloading
= otherBitmapImage._isDownloading;
347
_isDownloading
= true;
845
_isDownloading
= false;
880
_isDownloading
= false;
8 references to _isDownloading
PresentationCore (8)
System\Windows\Media\Imaging\BitmapImage.cs (8)
124
return
_isDownloading
;
200
_isDownloading = otherBitmapImage.
_isDownloading
;
215
if (
_isDownloading
)
392
if (
_isDownloading
)
469
if (
_isDownloading
)
542
if (
_isDownloading
)
573
if (
_isDownloading
)
589
if (
_isDownloading
)