4 writes to _isDownloading
PresentationCore (4)
System\Windows\Media\Imaging\BitmapImage.cs (4)
219
_isDownloading
= otherBitmapImage._isDownloading;
366
_isDownloading
= true;
864
_isDownloading
= false;
899
_isDownloading
= false;
8 references to _isDownloading
PresentationCore (8)
System\Windows\Media\Imaging\BitmapImage.cs (8)
143
return
_isDownloading
;
219
_isDownloading = otherBitmapImage.
_isDownloading
;
234
if (
_isDownloading
)
411
if (
_isDownloading
)
488
if (
_isDownloading
)
561
if (
_isDownloading
)
592
if (
_isDownloading
)
608
if (
_isDownloading
)