6 references to Extended
PresentationCore (6)
System\Windows\Media\Imaging\BitmapImage.cs (1)
503source.Format.Format != PixelFormatEnum.Extended
System\Windows\Media\Imaging\BitmapSource.cs (2)
1081PixelFormat.GetPixelFormat(wicSource).Format != PixelFormatEnum.Extended 1808pfStruct.Format == PixelFormatEnum.Extended)
System\Windows\Media\Imaging\WriteableBitmap.cs (1)
74if (pixelFormat.Format == PixelFormatEnum.Extended)
System\Windows\Media\PixelFormat.cs (2)
166_format = PixelFormatEnum.Extended; 197_ when pixelFormatString.Equals("Extended", StringComparison.OrdinalIgnoreCase) => PixelFormatEnum.Extended,