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