1 override of IsDownloading
PresentationCore (1)
System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (1)
259
public override bool
IsDownloading
4 references to IsDownloading
PresentationCore (4)
System\Windows\Media\Imaging\BitmapFrameDecode.cs (2)
283
return Decoder.
IsDownloading
;
377
if (_decoder != null && _decoder.
IsDownloading
)
System\Windows\Media\Imaging\BitmapImage.cs (2)
364
if (decoder.
IsDownloading
)
380
Debug.Assert(!_decoder.
IsDownloading
);