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