Base:
property
IsDownloading
System.Windows.Media.Imaging.BitmapSource.IsDownloading
4 references to IsDownloading
PresentationCore (4)
System\Windows\Media\Imaging\BitmapFrameDecode.cs (4)
239if (!_isColorContextCached && !IsDownloading) 566if (_isThumbnailCached || IsDownloading) 631if (!_isMetadataCached && !IsDownloading) 691Debug.Assert(IsDownloading == false);