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