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