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