2 overrides of Thumbnail
PresentationCore (2)
System\Windows\Media\Imaging\BitmapFrameDecode.cs (1)
175public override BitmapSource Thumbnail
System\Windows\Media\Imaging\BitmapFrameEncode.cs (1)
82public override BitmapSource Thumbnail
4 references to Thumbnail
PresentationCore (1)
System\Windows\Media\Imaging\BitmapEncoder.cs (1)
615BitmapSource thumbnail = frame.Thumbnail;
PresentationFramework (2)
MS\Internal\AppModel\IconHelper.cs (1)
458int currentIconBitDepth = isBitmapIconDecoder ? frames[i].Thumbnail.Format.BitsPerPixel : frames[i].Format.BitsPerPixel;
System\Windows\Standard\Utilities.cs (1)
143int currentIconBitDepth = isBitmapIconDecoder ? frames[i].Thumbnail.Format.BitsPerPixel : frames[i].Format.BitsPerPixel;
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonWindowSmallIconConverter.cs (1)
111int currentIconBitDepth = isBitmapIconDecoder ? frames[i].Thumbnail.Format.BitsPerPixel : frames[i].Format.BitsPerPixel;