2 overrides of Thumbnail
PresentationCore (2)
Core\CSharp\System\Windows\Media\Imaging\BitmapFrameDecode.cs (1)
209public override BitmapSource Thumbnail
Core\CSharp\System\Windows\Media\Imaging\BitmapFrameEncode.cs (1)
106public override BitmapSource Thumbnail
3 references to Thumbnail
PresentationCore (1)
Core\CSharp\System\Windows\Media\Imaging\BitmapEncoder.cs (1)
693BitmapSource thumbnail = frame.Thumbnail;
PresentationFramework (2)
src\Framework\MS\Internal\AppModel\IconHelper.cs (1)
498int currentIconBitDepth = isBitmapIconDecoder ? frames[i].Thumbnail.Format.BitsPerPixel : frames[i].Format.BitsPerPixel;
src\Framework\System\Windows\Standard\Utilities.cs (1)
156int currentIconBitDepth = isBitmapIconDecoder ? frames[i].Thumbnail.Format.BitsPerPixel : frames[i].Format.BitsPerPixel;