12 references to Format
PresentationCore (12)
System\Windows\Media\ColorContext.cs (1)
167switch (pixelFormat.Format)
System\Windows\Media\Imaging\BitmapImage.cs (1)
504source.Format.Format != PixelFormatEnum.Extended
System\Windows\Media\Imaging\BitmapSource.cs (4)
1049else if (bitsPerPixel <= 16 && format.Format != PixelFormatEnum.Gray16) // For Gray16, one of the RGB Formats is closest 1111PixelFormat.GetPixelFormat(wicSource).Format != PixelFormatEnum.Extended 1837if (pfStruct.Format == PixelFormatEnum.Default || 1838pfStruct.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)
264if (((PixelFormat)value).Format == PixelFormatEnum.Default)
System\Windows\Media\Imaging\RenderTargetBitmap.cs (3)
33if (pixelFormat.Format == PixelFormatEnum.Default) 37else if (pixelFormat.Format != PixelFormatEnum.Pbgra32) 243_format.Format,
System\Windows\Media\Imaging\WriteableBitmap.cs (1)
75if (pixelFormat.Format == PixelFormatEnum.Extended)