4 writes to _isDownloading
PresentationCore (4)
Core\CSharp\System\Windows\Media\Imaging\BitmapImage.cs (4)
226
_isDownloading
= otherBitmapImage._isDownloading;
378
_isDownloading
= true;
876
_isDownloading
= false;
911
_isDownloading
= false;
8 references to _isDownloading
PresentationCore (8)
Core\CSharp\System\Windows\Media\Imaging\BitmapImage.cs (8)
150
return
_isDownloading
;
226
_isDownloading = otherBitmapImage.
_isDownloading
;
241
if (
_isDownloading
)
423
if (
_isDownloading
)
500
if (
_isDownloading
)
573
if (
_isDownloading
)
604
if (
_isDownloading
)
620
if (
_isDownloading
)