12 references to Format
PresentationCore (12)
System\Windows\Media\ColorContext.cs (1)
166switch (pixelFormat.Format)
System\Windows\Media\Imaging\BitmapImage.cs (1)
503source.Format.Format != PixelFormatEnum.Extended
System\Windows\Media\Imaging\BitmapSource.cs (4)
1019else if (bitsPerPixel <= 16 && format.Format != PixelFormatEnum.Gray16) // For Gray16, one of the RGB Formats is closest 1081PixelFormat.GetPixelFormat(wicSource).Format != PixelFormatEnum.Extended 1807if (pfStruct.Format == PixelFormatEnum.Default || 1808pfStruct.Format == PixelFormatEnum.Extended)
System\Windows\Media\Imaging\CachedBitmap.cs (1)
346if (pixelFormat.Format == PixelFormatEnum.Default && pixelFormat.Guid == WICPixelFormatGUIDs.WICPixelFormatDontCare)
System\Windows\Media\Imaging\FormatConvertedBitmap.cs (1)
263if (((PixelFormat)value).Format == PixelFormatEnum.Default)
System\Windows\Media\Imaging\RenderTargetBitmap.cs (3)
32if (pixelFormat.Format == PixelFormatEnum.Default) 36else if (pixelFormat.Format != PixelFormatEnum.Pbgra32) 242_format.Format,
System\Windows\Media\Imaging\WriteableBitmap.cs (1)
74if (pixelFormat.Format == PixelFormatEnum.Extended)