4 writes to _isDownloading
PresentationCore (4)
System\Windows\Media\Imaging\BitmapImage.cs (4)
201
_isDownloading
= otherBitmapImage._isDownloading;
348
_isDownloading
= true;
846
_isDownloading
= false;
881
_isDownloading
= false;
8 references to _isDownloading
PresentationCore (8)
System\Windows\Media\Imaging\BitmapImage.cs (8)
125
return
_isDownloading
;
201
_isDownloading = otherBitmapImage.
_isDownloading
;
216
if (
_isDownloading
)
393
if (
_isDownloading
)
470
if (
_isDownloading
)
543
if (
_isDownloading
)
574
if (
_isDownloading
)
590
if (
_isDownloading
)