Base:
property
IsDownloading
System.Windows.Media.Imaging.BitmapSource.IsDownloading
4 references to IsDownloading
PresentationCore (4)
System\Windows\Media\Imaging\BitmapFrameDecode.cs (4)
254if (!_isColorContextCached && !IsDownloading) 581if (_isThumbnailCached || IsDownloading) 646if (!_isMetadataCached && !IsDownloading) 706Debug.Assert(IsDownloading == false);