Base:
property
IsDownloading
System.Windows.Media.Imaging.BitmapSource.IsDownloading
4 references to IsDownloading
PresentationCore (4)
System\Windows\Media\Imaging\BitmapFrameDecode.cs (4)
233
if (!_isColorContextCached && !
IsDownloading
)
557
if (_isThumbnailCached ||
IsDownloading
)
622
if (!_isMetadataCached && !
IsDownloading
)
682
Debug.Assert(!
IsDownloading
);