Base:
property
IsDownloading
System.Windows.Media.Imaging.BitmapSource.IsDownloading
4 references to IsDownloading
PresentationCore (4)
System\Windows\Media\Imaging\BitmapFrameDecode.cs (4)
234if (!_isColorContextCached && !IsDownloading) 558if (_isThumbnailCached || IsDownloading) 623if (!_isMetadataCached && !IsDownloading) 683Debug.Assert(IsDownloading == false);