1 override of IsDownloading
PresentationCore (1)
Core\CSharp\System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (1)
296
public override bool
IsDownloading
4 references to IsDownloading
PresentationCore (4)
Core\CSharp\System\Windows\Media\Imaging\BitmapFrameDecode.cs (2)
313
return Decoder.
IsDownloading
;
412
if (_decoder != null && _decoder.
IsDownloading
)
Core\CSharp\System\Windows\Media\Imaging\BitmapImage.cs (2)
376
if (decoder.
IsDownloading
)
392
Debug.Assert(!_decoder.
IsDownloading
);